[PATCH] D58047: [LLD][ELF][ARM] Synthesise missing .ARM.exidx sections.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 21 01:50:11 PST 2019
peter.smith added a comment.
At the moment I'm happy with the current implementation assuming that the .ARM.exidx sections from input objects are treated are modelled as InputSections. If I'm going to need to rewrite all of it as a single synthetic section I can do it, but that is quite a bit of work and there isn't a guarantee it will be any better. Would it be possible to take this patch for the benefit of the teams waiting on the PR, and I'll work on a replacement? If it turns out to be better we can switch to it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58047/new/
https://reviews.llvm.org/D58047
More information about the llvm-commits
mailing list