Displaying 2 results from an estimated 2 matches for "0c66f792".
2013 Jun 04
0
[LLVMdev] Gold plugin: emit LLVM after LTO?
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130604/0c66f792/attachment.html>
2013 Jun 04
2
[LLVMdev] Gold plugin: emit LLVM after LTO?
>
> > I often use the gold plugin's also-emit-llvm option to verify the final
> LLVM
bitcode of a program. However, I realized that the gold plugin generates
>> the
>> bitcode file before running LTO optimizations, such that the changes
>> performed
>> by LTO are not reflected in the bitcode file.
>>
>> What is the reason for this behavior?