[PATCH] D72474: [ELF] Make TargetInfo::writeIgotPlt a no-op
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 04:33:12 PST 2020
peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.
LGTM. ld.bfd, at least on AARCH64 will write the address of PLT[0] into the .got.plt, but this may just be out of convenience as it will be overwritten by the IRELATIVE relocation before it can be used.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72474/new/
https://reviews.llvm.org/D72474
More information about the llvm-commits
mailing list