[PATCH] D85506: [macho2yaml] Refactor the DWARF section dumpers.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 03:47:55 PDT 2020


jhenderson accepted this revision.
jhenderson added a comment.

LGTM.



================
Comment at: llvm/test/tools/obj2yaml/MachO/unrecognized-debug-section.yaml:4-7
+## Due to the current implementation of yaml2macho is buggy, we cannot generate a DWARF section
+## (the sectname starts with '__debug_' and the segname is '__DWARF') from a raw content section.
+## We've slightly modified the segname to be '__FOO'. macho2yaml will still treat it as a debug
+## section.
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85506/new/

https://reviews.llvm.org/D85506



More information about the llvm-commits mailing list