<p> Hi,<br />
<br />
I am using Ubuntu wubi and the version of the llvm is 2.8. I followd the instruction in the llvm site ("<a href="http://llvm.org/docs/GettingStarted.html" target="_blank">http://llvm.org/docs/GettingStarted.html</a>")   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.<br />
<br />
Could you please help me to solve this problem and get it work?<br />
<br />
Regards,<br />
Reza</p>
<p class="imp-signature"><!--begin_signature--><!--end_signature--></p>