[all-commits] [llvm/llvm-project] 6025fc: Add .debug_ranges support to the DWARF YAML.

Greg Clayton via All-commits all-commits at lists.llvm.org
Wed May 13 16:22:17 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6025fc2243c6b7c00f07bdadcea6658e1b63518a
      https://github.com/llvm/llvm-project/commit/6025fc2243c6b7c00f07bdadcea6658e1b63518a
  Author: Greg Clayton <gclayton at fb.com>
  Date:   2020-05-13 (Wed, 13 May 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/MachOEmitter.cpp
    A llvm/test/tools/obj2yaml/macho-DWARF-debug-ranges.yaml
    M llvm/tools/obj2yaml/dwarf2yaml.cpp

  Log Message:
  -----------
  Add .debug_ranges support to the DWARF YAML.

Summary: This allows DIEs with DW_AT_ranges to be encoded and decoded _and_ actually have their address ranges be included instead of having DW_AT_ranges with a section offset value for a section that doesn't exist.

Reviewers: labath, aprantl, JDevlieghere, dblaikie, probinson

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list