1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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
This commit is contained in:
Daniel Dunbar 2009-09-02 02:43:11 +00:00
parent 076277763d
commit 3b7954c9bf

View File

@ -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]