summaryrefslogtreecommitdiff
path: root/test/Linker
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-10-01 20:27:56 +0000
committerManman Ren <manman.ren@gmail.com>2013-10-01 20:27:56 +0000
commit9432820cafe49c8716a5c0f6033d866cf9c244cb (patch)
treeca9ffb8bd23e4a121b21347c65b719ffe1ddb3ff /test/Linker
parenta8758a793f01fec0109cb7db0652ce317f19c682 (diff)
downloadllvm-9432820cafe49c8716a5c0f6033d866cf9c244cb.tar.gz
llvm-9432820cafe49c8716a5c0f6033d866cf9c244cb.tar.bz2
llvm-9432820cafe49c8716a5c0f6033d866cf9c244cb.tar.xz
Remove triple from type unique testing cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-rw-r--r--test/Linker/Inputs/type-unique-inheritance-a.ll2
-rw-r--r--test/Linker/Inputs/type-unique-inheritance-b.ll2
-rw-r--r--test/Linker/type-unique-simple-b.ll2
3 files changed, 0 insertions, 6 deletions
diff --git a/test/Linker/Inputs/type-unique-inheritance-a.ll b/test/Linker/Inputs/type-unique-inheritance-a.ll
index fdfba1e264..8056242ae9 100644
--- a/test/Linker/Inputs/type-unique-inheritance-a.ll
+++ b/test/Linker/Inputs/type-unique-inheritance-a.ll
@@ -42,8 +42,6 @@
; return 0;
; }
; ModuleID = 'foo.cpp'
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.8.0"
%class.A = type { %class.Base, i32 }
%class.Base = type { i32 }
diff --git a/test/Linker/Inputs/type-unique-inheritance-b.ll b/test/Linker/Inputs/type-unique-inheritance-b.ll
index 7db606649b..049801243a 100644
--- a/test/Linker/Inputs/type-unique-inheritance-b.ll
+++ b/test/Linker/Inputs/type-unique-inheritance-b.ll
@@ -1,6 +1,4 @@
; ModuleID = 'bar.cpp'
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.8.0"
%class.B = type { i32, %class.A* }
%class.A = type { %class.Base, i32 }
diff --git a/test/Linker/type-unique-simple-b.ll b/test/Linker/type-unique-simple-b.ll
index 9f48500e2e..cebb52e80c 100644
--- a/test/Linker/type-unique-simple-b.ll
+++ b/test/Linker/type-unique-simple-b.ll
@@ -1,8 +1,6 @@
; RUN: true
; ModuleID = 'bar.cpp'
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
-target triple = "x86_64-apple-macosx10.8.0"
%struct.Base = type { i32 }