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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 15:14:12 PDT 2019


pcc added a comment.

In D65242#1605279 <https://reviews.llvm.org/D65242#1605279>, @victoryang wrote:

> I just realized we are not using Android packed relocation for `.rel.plt`. I'd purpose we keep this change simple and deal with PLT in follow-up patches (including grouping by delta and combining `.rel.plt` and `.rel.dyn` that you mentioned.)


Yes, that's fine.


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

https://reviews.llvm.org/D65242





More information about the llvm-commits mailing list