diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-02 02:43:11 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-02 02:43:11 +0000 |
commit | 545898183e87d87047dac979791a47b4b7afa634 (patch) | |
tree | 961f4c6c802c4e1a69916e5484e9ddd558f16881 /test/Analysis | |
parent | dc404a23ca92d6a4a58b693fc0234a617539600e (diff) |
Don't force the triple or data layout in this test. We just have to get them
from the host and hope that works.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/Profiling/profiling-tool-chain.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll index 0ddc11debc..0f95c17ef2 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 = '<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] |