Displaying 1 result from an estimated 1 matches for "whiter4bbit".
2008 Jan 06
2
[LLVMdev] trouble with getelementptr
...mentptr [7 x i8]* @.str7, i64 0, i64 0 ;
<i8*> [#uses=1]
%tmp9 = call i32 @puts( i8* %tmp8 ) ; <i32> [#uses=0]
ret i32 0
}
;end
llvm-as test.ll -o test.ll.bc
llc test.ll.bc -o test.ll.s
gcc test.ll.s -o test.ll.native
After running a see next:
whiter4bbit at LiZa /home/whiter4bbit/programming/study/yapis/liza $
./test.ll.native
"hello, cruel world""hello, ""heya!"
"hello, ""heya!"
"heya!"
It isn't a target result:) target is:
whiter4bbit at LiZa /home/whiter4bbit/programming/study/yap...