[PATCH] D120184: [DWARFYAML] Add support for emitting/dumping the .debug_str.dwo section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 19 04:25:21 PST 2022


Higuoxing created this revision.
Higuoxing added a reviewer: jhenderson.
Herald added subscribers: hiraditya, emaste.
Higuoxing requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Recently, I've seen the requests on generating split dwarf objects using
yaml2obj. This patch helps add support for emitting/dumping the .debug_str.dwo section.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120184

Files:
  llvm/include/llvm/ObjectYAML/DWARFEmitter.h
  llvm/include/llvm/ObjectYAML/DWARFYAML.h
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/lib/ObjectYAML/DWARFEmitter.cpp
  llvm/lib/ObjectYAML/DWARFYAML.cpp
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/test/tools/obj2yaml/ELF/DWARF/debug-str.yaml
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-str.yaml
  llvm/tools/obj2yaml/dwarf2yaml.cpp
  llvm/tools/obj2yaml/elf2yaml.cpp
  llvm/tools/obj2yaml/macho2yaml.cpp
  llvm/tools/obj2yaml/obj2yaml.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120184.410079.patch
Type: text/x-patch
Size: 30216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220219/d55be61b/attachment.bin>


More information about the llvm-commits mailing list