[PATCH] D78782: Add .debug_ranges support to the DWARF YAML.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 01:12:46 PDT 2020


Higuoxing added inline comments.


================
Comment at: llvm/test/tools/obj2yaml/macho-DWARF-debug-ranges.yaml:96
+        reserved3:       0x00000000
+        content:         011101030E1305110155170000022E00030E110112060000032E00030E11011201000000
+      - sectname:        __debug_info
----------------
clayborg wrote:
> Higuoxing wrote:
> > Since the content of `__debug_abbrev` is provided by `debug_abbrev` in `DWARF` entry below. I think the content field can be removed?
> This is how obj2yaml converted my original mach-o file so I can't remove it.
Oh, got it, thank you.
I don't know if it's applied here, some MachO-DWARF related tests are placed in `llvm/test/ObjectYAML/MachO`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78782





More information about the llvm-commits mailing list