[PATCH] D85651: [LLD][ELF] - Do not produce an invalid dynamic relocation order with --shuffle-sections.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 05:22:43 PDT 2020
grimar added inline comments.
================
Comment at: lld/ELF/Writer.cpp:1443
+ // sections in the required order from the begining so that the in.relaIplt
+ // section is placed last to an output section. Here we just do not apply
+ // sorting for an output section which holds the in.relaIplt section.
----------------
psmith wrote:
> typo: "to an output section" should be "in an output section"
Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85651/new/
https://reviews.llvm.org/D85651
More information about the llvm-commits
mailing list