summaryrefslogtreecommitdiff
path: root/test/Linker/Inputs
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/Inputs
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/Inputs')
-rw-r--r--test/Linker/Inputs/targettriple-a.ll1
-rw-r--r--test/Linker/Inputs/targettriple-b.ll1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/Linker/Inputs/targettriple-a.ll b/test/Linker/Inputs/targettriple-a.ll
new file mode 100644
index 0000000000..296d2df3ab
--- /dev/null
+++ b/test/Linker/Inputs/targettriple-a.ll
@@ -0,0 +1 @@
+target triple = "e"
diff --git a/test/Linker/Inputs/targettriple-b.ll b/test/Linker/Inputs/targettriple-b.ll
new file mode 100644
index 0000000000..cca872ec96
--- /dev/null
+++ b/test/Linker/Inputs/targettriple-b.ll
@@ -0,0 +1 @@
+target triple = "E"