[PATCH] D59216: [LLD][ELF][ARM] Redesign of .ARM.exidx handling to use a SyntheticSection
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 13:46:06 PDT 2019
pcc added inline comments.
================
Comment at: ELF/Writer.cpp:940
+ for (InputSection *Ex : In.ARMExidx->ExidxSections)
+ scanRelocations<ELFT>(*Ex);
}
----------------
This should probably either call `Fn` or we should change `forEachRelSec` to not take a function parameter.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59216/new/
https://reviews.llvm.org/D59216
More information about the llvm-commits
mailing list