Remove triple from type unique testing cases.
authorManman Ren <manman.ren@gmail.com>
Tue, 1 Oct 2013 20:27:56 +0000 (20:27 +0000)
committerManman Ren <manman.ren@gmail.com>
Tue, 1 Oct 2013 20:27:56 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191794 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/Inputs/type-unique-inheritance-a.ll
test/Linker/Inputs/type-unique-inheritance-b.ll
test/Linker/type-unique-simple-b.ll

index fdfba1e264d6a247c4dae4addb75c43d75cc1121..8056242ae924740f99e33df6d16af683dd36ac28 100644 (file)
@@ -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 }
index 7db606649b99dcbc8cd1ab30677deff94c96ceb6..049801243acbe14a63d7be1f9e07ec9df03a6e13 100644 (file)
@@ -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 }
index 9f48500e2e943bb6af95abe92a63f7cf8dc9c494..cebb52e80c473605430851f2b36b05476dc1a9fe 100644 (file)
@@ -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 }