[PATCH] D104341: API to get Address Offset Section
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 15 16:44:27 PDT 2021
dblaikie added a comment.
Can you instead use the API more like the way llvm-symbolizer does - starting with the skeleton CU in the executable and it'll be able to load the dwp itself? (this codepath is already present and more tested, covers other sections like rnglists, etc, that you'll need too)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104341/new/
https://reviews.llvm.org/D104341
More information about the llvm-commits
mailing list