[PATCH] D71519: [ELF] Add IpltSection
James Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 03:38:29 PST 2019
jrtc27 added inline comments.
================
Comment at: lld/ELF/SyntheticSections.h:685
+// associated with an IRELATIVE relocation, which will be resolved eagerly at
+// runtime. PltSection cannot can only contain entries associated with JUMP_SLOT
+// relocations, so IPLT entries are in a separate section.
----------------
`PltSection cannot can only contain entries` -> `PltSection can only contain entries`
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