[PATCH] D65242: [ELF] More dynamic relocation packing
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 05:30:05 PDT 2019
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: lld/ELF/SyntheticSections.cpp:1711
+ // For Rela, the addend for most non-relative relocations is zero, and thus
+ // we can usually get a smaller relocation section if we group by addend
+ // as well.
----------------
> if we group by addend as well
I think you meant relocations with 0 addend are grouped.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65242/new/
https://reviews.llvm.org/D65242
More information about the llvm-commits
mailing list