[llvm-dev] How to generate .bc file using configure && make on Mac OS X? (original) (raw)
Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 28 10:44:40 PST 2019
- Previous message: [llvm-dev] How to generate .bc file using configure && make on Mac OS X?
- Next message: [llvm-dev] How to generate .bc file using configure && make on Mac OS X?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [llvm-dev] How to generate .bc file using configure && make on Mac OS X?
- Next message: [llvm-dev] How to generate .bc file using configure && make on Mac OS X?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]