search for: mohitbansal111

Displaying 2 results from an estimated 2 matches for "mohitbansal111".

2011 Mar 23
1
[LLVMdev] new at LLVM
Hi I am new at LLVM.. I am not able to run a simple program just compile by LLVM.. also what is IR and how i convert a simple c program to IR. Regards, Mohit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110323/885550f6/attachment.html>
2011 Mar 23
0
[LLVMdev] new at LLVM
On Mar 22, 2011, at 11:54 PM, mohitbansal111 at gmail.com wrote: > hii, > > On running hello world program : > Its working fine with "llvm-gcc hello.c -o hello" and then "./hello" command.. > but with "llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc" and then "lli hello.bc" its give e...