From 9432820cafe49c8716a5c0f6033d866cf9c244cb Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Tue, 1 Oct 2013 20:27:56 +0000 Subject: [PATCH] Remove triple from type unique testing cases. 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 | 2 -- test/Linker/Inputs/type-unique-inheritance-b.ll | 2 -- test/Linker/type-unique-simple-b.ll | 2 -- 3 files changed, 6 deletions(-) diff --git a/test/Linker/Inputs/type-unique-inheritance-a.ll b/test/Linker/Inputs/type-unique-inheritance-a.ll index fdfba1e264d..8056242ae92 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 7db606649b9..049801243ac 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 9f48500e2e9..cebb52e80c4 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 }