LLVM 20 will be released. As usual, I maintain lld/ELF and have addedsome notes to https://github.com/llvm/llvm-project/blob/release/20.x/lld/docs/ReleaseNotes.rst.I've meticulously reviewed nearly all the patches that are not authoredby me. I'll delve into some of the key changes.-z nosectionheaderhas been implemented to omit thesection header table. The operation is similar tollvm-objcopy --strip-sections. (#101286)--randomize-section-padding=is introducedto insert random padding between input sections and at the start of eachsegment. This can be used to control measurement bias in A/Bexperi
...
继续阅读
(98)