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

Xing GUO via All-commits all-commits at lists.llvm.org
Tue Jun 23 05:36:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c7775e9a734b0129d2db19b92efe245552ccb3d
      https://github.com/llvm/llvm-project/commit/8c7775e9a734b0129d2db19b92efe245552ccb3d
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

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

  Log Message:
  -----------
  [ObjectYAML][ELF] Add support for emitting the .debug_pubnames section.

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

Known issues:
- Current implementation doesn't support emitting multiple sets of entries.
- Doesn't support DWARF64.

Reviewed By: jhenderson

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




More information about the All-commits mailing list