[PATCH] D105258: [llvm-readobj][MachO] Support option --unwind for __eh_frame

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 15:42:14 PDT 2021


thakis added inline comments.


================
Comment at: llvm/tools/llvm-readobj/MachODumper.cpp:689
+void MachODumper::printCompactUnwind(const SectionRef &Section) const {
+  W.startLine() << "printCompactUnwind not yet implemented.\n";
+}
----------------
That's a good point, the current factoring here makes it hard to do interleaved output by address like the output on https://bugs.llvm.org/show_bug.cgi?id=50956 . I think that's a useful way to present this information.


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