[PATCH] D65242: [ELF] More dynamic relocation packing

Vic Yang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 13:39:16 PDT 2019


victoryang updated this revision to Diff 213983.
victoryang added a comment.

Changed to grouping only when addend==0. I did have to move the grouped non-relative relocations to before the relative relocations, so that we can simplify addend encoding.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65242/new/

https://reviews.llvm.org/D65242

Files:
  lld/ELF/SyntheticSections.cpp
  lld/test/ELF/pack-dyn-relocs.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65242.213983.patch
Type: text/x-patch
Size: 15651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/8033d7f0/attachment-0001.bin>


More information about the llvm-commits mailing list