Displaying 1 result from an estimated 1 matches for "1030792".
Did you mean:
1030692
2013 Jun 04
2
[LLVMdev] Gold plugin: emit LLVM after LTO?
Hi,
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?
Attached is a patch that would swap the order of the two actions, and