I have my pass that I tested on toy programs and now I want to run it on large programs, many of which are open source programs like memcached. Such programs have their own Makefile and a complicated compilation procedure. I want to generate a bitcode file for such programs to let my pass work on them. Help and suggestions will be appreciated!
How to generate llvm bitcode for large programs with many source code files and a huge Makefile (e.g. memcached)?
567 Views Asked by Dev2017 At
2
Depending on what you're pass is doing you can: