[llvm-dev] wrap with symver and LTO

'Fangrui Song' via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 27 20:26:12 PDT 2021


On 2021-07-25, Gilles Vollant wrote:
>
>
>On 2021-07-25, Fangrui Song via llvm-dev wrote:
>
>> The linker just hands over the heavy lifting work to the llvm/lib/LTO
>> library. There should be negligible performance/size difference.
>> Different linkers have different output section ordering and input section
>> ordering. Different layouts may give different sizes but they are
>> negligible.
>
>Thank you a lot. I replace now gold by lld, and all my wrap problem are
>solved!!

FTR: the gold bug is https://sourceware.org/bugzilla/show_bug.cgi?id=24415


More information about the llvm-dev mailing list