[all-commits] [llvm/llvm-project] 8aaead: [ObjectYAML][DWARF] Implement the .debug_addr sect...

Xing GUO via All-commits all-commits at lists.llvm.org
Mon Jun 15 19:49:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8aaeaddec8f3eb3bd535605c5ed7f33ee9806b03
      https://github.com/llvm/llvm-project/commit/8aaeaddec8f3eb3bd535605c5ed7f33ee9806b03
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-06-16 (Tue, 16 Jun 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-addr.yaml

  Log Message:
  -----------
  [ObjectYAML][DWARF] Implement the .debug_addr section.

This patch implements the .debug_addr section.

Reviewed By: jhenderson, grimar

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




More information about the All-commits mailing list