[PATCH] D83853: [DWARFYAML] Implement the .debug_str_offsets section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 00:21:55 PDT 2020


Higuoxing created this revision.
Higuoxing added reviewers: jhenderson, grimar, MaskRay.
Herald added subscribers: llvm-commits, hiraditya, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

This patch helps add support for emitting the .debug_str_offsets section
to yaml2elf.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83853

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-str-offsets.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83853.278087.patch
Type: text/x-patch
Size: 15100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200715/96fb6a97/attachment.bin>


More information about the llvm-commits mailing list