[all-commits] [llvm/llvm-project] d261a1: [DWARFYAML][debug_abbrev] Make the abbreviation co...

Xing GUO via All-commits all-commits at lists.llvm.org
Wed Jun 17 21:59:04 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/test/ObjectYAML/MachO/DWARF-BigEndian.yaml
    M llvm/test/ObjectYAML/MachO/DWARF-LittleEndian.yaml
    M llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml
    M llvm/test/ObjectYAML/MachO/DWARF5-abbrevValues.yaml
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-abbrev.yaml

  Log Message:
  -----------
  [DWARFYAML][debug_abbrev] Make the abbreviation code optional.

This patch helps make the `Code` optional in abbreviations table.

Reviewed By: jhenderson

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




More information about the All-commits mailing list