summaryrefslogtreecommitdiff
path: root/test/Linker/targettriple.ll
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2014-03-10 15:54:49 +0000
committerJF Bastien <jfb@google.com>2014-03-10 15:54:49 +0000
commitc869887dde3afb51efa4bea06233acc665fd5cdf (patch)
treecc31ba434c51df81b316b4abcfc99b1a1559ca52 /test/Linker/targettriple.ll
parent6e9eeab69f0ce496d0120f9718e026f319d2ab01 (diff)
downloadllvm-c869887dde3afb51efa4bea06233acc665fd5cdf.tar.gz
llvm-c869887dde3afb51efa4bea06233acc665fd5cdf.tar.bz2
llvm-c869887dde3afb51efa4bea06233acc665fd5cdf.tar.xz
Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/targettriple.ll')
-rw-r--r--test/Linker/targettriple.ll14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Linker/targettriple.ll b/test/Linker/targettriple.ll
new file mode 100644
index 0000000000..cf64e3f872
--- /dev/null
+++ b/test/Linker/targettriple.ll
@@ -0,0 +1,14 @@
+; RUN: llvm-link %s %S/Inputs/targettriple-a.ll -S -o - 2>%t.a.err | FileCheck %s
+; RUN: cat %t.a.err | not FileCheck %s 2>&1 | 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"
+
+; this is a hack to check that llvm-link printed no warnings.
+; WARN-A: FileCheck error: '-' is empty.
+
+; WARN-B: WARNING: Linking two modules of different target triples: