[llvm-dev] How to generate .bc file using configure && make on Mac OS X?

Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 28 10:44:40 PST 2019


Could you try the bash source code to see if you see the same errors?
It should just take a few minutes to configure/compile. Thanks.

https://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz

> I did a sanity check and run some of the bitcode I complied with gllvm and it seems to work fine under lli. The only issues is to make sure you load all the (external) libraries the bitcode needs. I highly suggest you run a debug version of lli under a debugger and see what exactly happens.

-- 
Regards,
Peng


More information about the llvm-dev mailing list