[all-commits] [llvm/llvm-project] 10478c: [DWARFYAML] Implement the .debug_str_offsets section.
Xing GUO via All-commits
all-commits at lists.llvm.org
Thu Jul 16 07:33:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 10478c9c643fd789b7a81a4f82aaffe505fdfd4f
https://github.com/llvm/llvm-project/commit/10478c9c643fd789b7a81a4f82aaffe505fdfd4f
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
M llvm/include/llvm/ObjectYAML/DWARFYAML.h
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/DWARFYAML.cpp
M llvm/lib/ObjectYAML/ELFEmitter.cpp
A llvm/test/tools/yaml2obj/ELF/DWARF/debug-str-offsets.yaml
Log Message:
-----------
[DWARFYAML] Implement the .debug_str_offsets section.
This patch helps add support for emitting the .debug_str_offsets section
to yaml2elf.
Reviewed By: jhenderson, MaskRay
Differential Revision: https://reviews.llvm.org/D83853
More information about the All-commits
mailing list