[llvm-commits] [llvm] r80751 - /llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll

Daniel Dunbar daniel at zuster.org
Tue Sep 1 19:43:11 PDT 2009


Author: ddunbar
Date: Tue Sep  1 21:43:11 2009
New Revision: 80751

URL: http://llvm.org/viewvc/llvm-project?rev=80751&view=rev
Log:
Don't force the triple or data layout in this test. We just have to get them
from the host and hope that works.

Modified:
    llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll

Modified: llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll?rev=80751&r1=80750&r2=80751&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll Tue Sep  1 21:43:11 2009
@@ -25,8 +25,6 @@
 ; PROF: 14. 2.63158%     2/76	main() - return
 
 ; ModuleID = '<stdin>'
-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]





More information about the llvm-commits mailing list