[all-commits] [llvm/llvm-project] 1dc57a: [DWARFYAML] Make the 'Attributes' field optional.

Xing GUO via All-commits all-commits at lists.llvm.org
Tue Aug 25 07:38:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1dc57ada0c79a57fbf7c87d5816e680cfd3bc077
      https://github.com/llvm/llvm-project/commit/1dc57ada0c79a57fbf7c87d5816e680cfd3bc077
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-abbrev.yaml
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp

  Log Message:
  -----------
  [DWARFYAML] Make the 'Attributes' field optional.

This patch makes the 'Attributes' field optional. We don't need to
explicitly specify the 'Attributes' field in the future.

Reviewed By: jhenderson, grimar

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




More information about the All-commits mailing list