[PATCH] D41246: [LLD][ELF] Optimize Arm PLT entries

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 10:20:57 PST 2017


pcc added a comment.

Instead of making the behaviour conditional on the flag, could we always emit the long PLT header and then conditionally emit short or long PLTs depending on what the offset is?


https://reviews.llvm.org/D41246





More information about the llvm-commits mailing list