search for: botcod

Displaying 1 result from an estimated 1 matches for "botcod".

Did you mean: botcode
2012 Sep 14
1
[LLVMdev] Problem in installing LLVM-2.8
...GettingStarted.html") and tried to run the hello program. Then I compiled the C file to llvm bitcode (clang -O3 -emit-llvm hello.c -c -o hello.bc). But when I wanted to run the bitcode file (lli hello.bc), it says: "lli: hello.bc: Invalid MODULE_CODE_GLOBALVAR record". So the botcode is not generated correctly. I also tried to run the other examples, but i could not run them either. I can run the executable file though. So the gcc works correctly. Could you please help me to solve this problem and get it work? Regards, Reza -------------- next part -------------- An H...