From 3b7954c9bf74946bf283d4ebabbae114784bc39b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 2 Sep 2009 02:43:11 +0000 Subject: [PATCH] Don't force the triple or data layout in this test. We just have to get them from the host and hope that works. llvm-svn: 80751 --- test/Analysis/Profiling/profiling-tool-chain.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll index 0ddc11debca..0f95c17ef29 100644 --- a/test/Analysis/Profiling/profiling-tool-chain.ll +++ b/test/Analysis/Profiling/profiling-tool-chain.ll @@ -25,8 +25,6 @@ ; PROF: 14. 2.63158% 2/76 main() - return ; ModuleID = '' -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" -target triple = "x86_64-unknown-linux-gnu" @.str = private constant [12 x i8] c"hello world\00", align 1 ; <[12 x i8]*> [#uses=1] @.str1 = private constant [6 x i8] c"franz\00", align 1 ; <[6 x i8]*> [#uses=1]