https://sourceware.org/bugzilla/show_bug.cgi?id=20070

--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Steven Shi from comment #8)
> Hi H.J.
> Thank you for the quick fix. How can I know what different optimization used
> by the ld between -O0 and -O1? Is the compiler domain optimization (e.g.
> clang/llvm) or the linker (e.g. ld) domain optimization make the difference?
> How can I enable or disable these specific optimization besides using -O0 or
> -O1?

-O0 and -O1 are for llvm, not for ld.  This LTO bug is in llvm.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to