[PATCH] D139859: [symbolizer] Support symbol+offset lookup
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 09:20:13 PDT 2023
sepavloff planned changes to this revision.
sepavloff added a comment.
In D139859#4298203 <https://reviews.llvm.org/D139859#4298203>, @jhenderson wrote:
> Does GNU addr2line support just using a symbol without the offset? If so, I think it would be good to split the offset lookup functionality into a follow-on patch. It helps reduce the surface area of this patch into more digestible pieces for review and testing.
D149759 <https://reviews.llvm.org/D149759> implements simplified version of the lookup support, restricted to symbol names only. Files related to building test relocatable file are moved into separated revision D149757 <https://reviews.llvm.org/D149757>. Hopefully it can simplify review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139859/new/
https://reviews.llvm.org/D139859
More information about the llvm-commits
mailing list