[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git] / llvm / test / tools / llvm-dis / multiple-files.ll
blobe724e7fcbea6c6c6d9f888b22d88385d7ff28cc1
1 ; RUN: llvm-as -o %t0 %s
2 ; RUN: cp %t0 %t1
3 ; RUN: not llvm-dis -o %t2 %t0 %t1 2>&1 | FileCheck %s --check-prefix ERROR
4 ; RUN: llvm-dis %t0 %t1
5 ; RUN: FileCheck %s < %t0.ll
6 ; RUN: FileCheck %s < %t1.ll
7 ; ERROR: error: output file name cannot be set for multiple input files
9 ; CHECK: declare void @foo
10 declare void @foo()