Displaying 2 results from an estimated 2 matches for "ad2d511c".
2015 Mar 19
2
[LLVMdev] [cfe-dev] Controlling the LTO optimization level
...Done.
Thanks,
--
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libLTO-llvm-lto-gold-Introduce-flag-for-controlling-.patch
Type: text/x-diff
Size: 18265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150319/ad2d511c/attachment.patch>
2015 Mar 19
2
[LLVMdev] [cfe-dev] Controlling the LTO optimization level
+ OptLevel = opt[1] - '0';
Please check and reject things like -OX at least in the gold plugin.
Can you add a test showing that
* createLowerBitSetsPass is run at -O0
* the addLateLTOOptimizationPasses passes are run at -O1, but not -O0
I think the patch is fine otherwise, but wait for a review from
someone on the ld64 side (Duncan, Manman or Bob for example).
Thanks,
Rafael