[all-commits] [llvm/llvm-project] b954cb: [ObjectYAML][ELF] Add support for emitting the .de...

Xing GUO via All-commits all-commits at lists.llvm.org
Fri Jul 3 07:36:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b954cb408f090251d946f1e087e29541dd1e7ee5
      https://github.com/llvm/llvm-project/commit/b954cb408f090251d946f1e087e29541dd1e7ee5
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    A llvm/test/tools/yaml2obj/ELF/DWARF/debug-gnu-pubnames.yaml
    A llvm/test/tools/yaml2obj/ELF/DWARF/debug-gnu-pubtypes.yaml

  Log Message:
  -----------
  [ObjectYAML][ELF] Add support for emitting the .debug_gnu_pubnames/pubtypes sections.

This patch helps add support for emitting the .debug_gnu_pubnames and .debug_gnu_pubtypes sections.

The .debug_gnu_pub* sections is verified by llvm-dwarfdump.

Known issues:
- Doesn't support emitting multiple pub-tables.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D82367




More information about the All-commits mailing list