Displaying 2 results from an estimated 2 matches for "71e1d554".
2012 Sep 18
0
[LLVMdev] Problems on getting UNREACHABLE executed
...___________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120918/71e1d554/attachment.html>
2012 Sep 18
2
[LLVMdev] Problems on getting UNREACHABLE executed
Hi Andy,
> I am currently using llvm to compile memcache to get the bitcode. I simply
> change all the "gcc -c" command to "clang -emit-llvm -c", and output ".o" to
> ".bc". And all gcc link command to llvm-ld. By these means, I successfully get
> the bitcode file, but when I run it using "lli", it fails with the error:
>
>