[PATCH] D83624: [DWARFYAML] Implement the .debug_rnglists section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 20:03:51 PDT 2020


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

Address comments & Make the debug_rnglists entry optional & Add test case (r).

I haven't got an exact answer about segment selctor in the range list entry from the Dwarf-Discuss list (http://lists.dwarfstd.org/pipermail/dwarf-discuss-dwarfstd.org/2020-July/004646.html). But we're almost there, let's wait a little more time :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83624

Files:
  llvm/include/llvm/ObjectYAML/DWARFEmitter.h
  llvm/include/llvm/ObjectYAML/DWARFYAML.h
  llvm/lib/ObjectYAML/DWARFEmitter.cpp
  llvm/lib/ObjectYAML/DWARFYAML.cpp
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-rnglists.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83624.278653.patch
Type: text/x-patch
Size: 40462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200717/8a4ac5f2/attachment.bin>


More information about the llvm-commits mailing list