[PATCH] D81217: [ObjectYAML][DWARF] Support emitting .debug_ranges section in ELFYAML.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 03:16:40 PDT 2020


Higuoxing updated this revision to Diff 268725.
Higuoxing marked 5 inline comments as done.
Higuoxing added a comment.

Address comments:

- Remove unneeded padding zeros.
- Add two special entries `(0xffffffff, Base Address)`, `(0x00000000, 0x00000000)` to test (a).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81217

Files:
  llvm/lib/ObjectYAML/DWARFYAML.cpp
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-ranges.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81217.268725.patch
Type: text/x-patch
Size: 13692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/28d8c84f/attachment.bin>


More information about the llvm-commits mailing list