11 lines · plain
1; RUN: llvm-as -o %t0 %s2; RUN: cp %t0 %t13; RUN: not llvm-dis -o %t2 %t0 %t1 2>&1 | FileCheck %s --check-prefix ERROR4; RUN: llvm-dis %t0 %t15; RUN: FileCheck %s < %t0.ll6; RUN: FileCheck %s < %t1.ll7; ERROR: error: output file name cannot be set for multiple input files8 9; CHECK: declare void @foo10declare void @foo() 11