Displaying 1 result from an estimated 1 matches for "_7829_0".
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
...-main
.type .L.str, at object
.section .rodata.str1.1,"aMS", at progbits,1
.L.str:
.asciz "hello world\n"
.size .L.str, 13
.section .note.GNU-stack,"", at progbits
That's what I am trying to get:
; ModuleID = '/tmp/webcompile/_7829_0.bc'
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"
target triple = "x86_64-linux-gnu"
@.str = private constant [12 x i8] c"hello world\00", align 1...