diff options
Diffstat (limited to 'test/Linker/targettriple.ll')
-rw-r--r-- | test/Linker/targettriple.ll | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Linker/targettriple.ll b/test/Linker/targettriple.ll new file mode 100644 index 0000000..7183047 --- /dev/null +++ b/test/Linker/targettriple.ll @@ -0,0 +1,14 @@ +; REQUIRES: shell +; RUN: llvm-link %s %S/Inputs/targettriple-a.ll -S -o - 2>%t.a.err | FileCheck %s +; RUN: (echo foo ;cat %t.a.err) | FileCheck --check-prefix=WARN-A %s + +; RUN: llvm-link %s %S/Inputs/targettriple-b.ll -S -o - 2>%t.b.err | FileCheck %s +; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s + +target triple = "e" + +; CHECK: target triple = "e" + +; WARN-A-NOT: WARNING + +; WARN-B: WARNING: Linking two modules of different target triples: |