[PATCH] D71519: [ELF] Add IpltSection
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 02:03:45 PST 2019
peter.smith added a comment.
Looks good to me. One minor nit about a stale comment. I'll be out of office for the next few weeks, I'll check to make sure there isn't anything critical but otherwise might be a bit slow to respond.
================
Comment at: lld/ELF/SyntheticSections.h:665
// The PltSection is used for both the Plt and Iplt. The former usually has a
// header as its first entry that is used at run-time to resolve lazy binding.
----------------
This comment looks like it will no longer be true.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71519/new/
https://reviews.llvm.org/D71519
More information about the llvm-commits
mailing list