timmyyuan/build-whole-program-into-LLVM-IR

Where is the bitcode?

Opened this issue · 1 comments

Hi:
Thanks for the tutorial, I wonder where I can find the bitcode?

@YizhuoZhai If you are using wllvm/gllvm, you have to extract bitcodes from executables yourself by extract-bc (the bitcode for each object file should be stored as a hidden file under the project directory). BTW, This tutorial is too old, maybe you can try this one: https://github.com/travitch/build-bom