[PATCH] D105258: [llvm-readobj][MachO] Support option --unwind for __eh_frame
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 1 12:31:34 PDT 2021
gkm added a comment.
In D105258#2852740 <https://reviews.llvm.org/D105258#2852740>, @thakis wrote:
> That looks ok, but doesn't `llvm-dwarfdump --eh-frame file` do this already?
Ah yes, though the function addresses printed as `pc=...` are wrong. I will file a bug.
The ultimate goal with `llvm-readobj` is to dump any & all of `__eh_frame`, `__compact_unwind`, and `__unwind_info`, whereas the latter two are beyond the scope of `llvm-dwarfdump`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105258/new/
https://reviews.llvm.org/D105258
More information about the llvm-commits
mailing list