[PATCH] D60026: ELF: Perform per-section .ARM.exidx processing during combineEhFrameSections(). NFCI.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 30 23:26:24 PDT 2019
peter.smith added a comment.
I'm happy to make the change. One minor reservation is that from combineEHSections to ARMExidxSections::finalize() the section will report its size as 0 and each individual ARMExidx InputSection won't have a parent. To the best of my knowledge this doesn't matter right now as nothing depends on these being set during that time. It may give someone a surprise in the future though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60026/new/
https://reviews.llvm.org/D60026
More information about the llvm-commits
mailing list