[ObjectYAML][ELF] Add support for emitting the .debug_pubtypes section.
authorXing GUO <higuoxing@gmail.com>
Tue, 23 Jun 2020 12:41:21 +0000 (20:41 +0800)
committerXing GUO <higuoxing@gmail.com>
Tue, 23 Jun 2020 16:01:07 +0000 (00:01 +0800)
commitfad54c50e4995988aee7272634347467fa5037c6
tree0eecb9a7cc86c0c3cbf432e869913e59614133d5
parentddf7ae852c48ff66c1da1e536ad2b8e77fa3d2b2
[ObjectYAML][ELF] Add support for emitting the .debug_pubtypes section.

This patch helps add support for emitting the .debug_pubtypes section.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D82347
llvm/lib/ObjectYAML/DWARFYAML.cpp
llvm/lib/ObjectYAML/ELFEmitter.cpp
llvm/test/tools/yaml2obj/ELF/DWARF/debug-pubtypes.yaml [new file with mode: 0644]