[LLVMdev] converting large projects to LLVM

Rafael Espindola espindola at google.com
Wed Oct 28 15:12:05 PDT 2009


2009/10/28 dan mihai <dnmh68 at hotmail.com>:
> Hi,
>
> I wrote an interprocedural instrumentation pass that needs to run on all
> program at once.
> However, when I try to test it on large programs (say bzip2 or gcc) I find
> that the way LLVM
> tools do not easilly replace the default ones used in makefiles. So building
> large projects is
> not straightforward. Is there a simple way to do this conversion?

Do you want a .bc of all the sources combined? There was some
discussion on updating the gold plugin to do it:

http://www.nabble.com/Re%3A-strace-for-whole-program-bitcodes-p25919413.html

> Thank you,
> Dan
>


Cheers,
-- 
Rafael Ávila de Espíndola




More information about the llvm-dev mailing list