Displaying 2 results from an estimated 2 matches for "p25919413".
2009 Oct 28
1
[LLVMdev] will gold emit bitcode
HI
Is there any plan to make gold emit bitcode?thanks
Guanjun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091028/9335458b/attachment.html>
2009 Oct 28
2
[LLVMdev] converting large projects to LLVM
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?
Thank you,
Dan