search for: code_nf

Displaying 3 results from an estimated 3 matches for "code_nf".

Did you mean: code_fn
2008 Apr 14
2
[LLVMdev] llvm-as parse error
...13 x i8] c"hello world.\00" ; <[13 x i8]*> [#uses=1] define i32 @main() nounwind { entry: %tmp2 = tail call i32 @puts( i8* getelementptr ([13 x i8]* @.str, i32 0, i32 0) ) nounwind ; <i32> [#uses=0] ret i32 0 } declare i32 @puts(i8*) Thank you for your help. 2008-04-14 code_nf -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080414/68f107fc/attachment.html>
2008 Apr 14
0
[LLVMdev] llvm-as parse error
On Apr 14, 2008, at 4:35 PM, code_nf wrote: > Hi: > I have just started to use llvm and confronted with a problem: > when I want to transform something very simple for name.ll to > name.bc with llvm-as name.ll, some errors occured: > > error: parse error, expecting `GLOBAL' or `CONSTANT' while reading &gt...
2008 Apr 14
1
[LLVMdev] llvm-as parse error
Hello.  > I have just started to use llvm and confronted with a problem: when I > want to transform something very simple for name.ll to name.bc with > llvm-as name.ll, some errors occured: error: parse error, expecting > `GLOBAL' or `CONSTANT' while reading token: 'target' Works for me. Please indicate, which LLVM version you're using, how you compiled it, etc.