[PATCH] D78782: Add .debug_ranges support to the DWARF YAML.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 20:33:29 PDT 2020
Higuoxing added inline comments.
================
Comment at: llvm/test/tools/obj2yaml/macho-DWARF-debug-ranges.yaml:135
+ reserved3: 0x00000000
+ content: 002F746D702F6D61696E2E630073747269707065643100737472697070656432006D61696E00
+ - cmd: LC_SYMTAB
----------------
`__debug_str`'s content can also be placed in `DWARF` entry below, which is easier to read and write.
```
DWARF:
debug_str:
- ''
- /tmp/main.c
- stripped
- stripped2
- main
```
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