[all-commits] [llvm/llvm-project] 38907b: [DWARFYAML][debug_abbrev] Emit 0 byte for terminat...

Xing GUO via All-commits all-commits at lists.llvm.org
Wed Jul 1 09:05:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 38907b696c0e31d2269ec4b8966bf603c36b579c
      https://github.com/llvm/llvm-project/commit/38907b696c0e31d2269ec4b8966bf603c36b579c
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/test/ObjectYAML/MachO/DWARF2-AddrSize8-FormValues.yaml
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-abbrev.yaml
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml

  Log Message:
  -----------
  [DWARFYAML][debug_abbrev] Emit 0 byte for terminating abbreviations.

The abbreviations for a given compilation unit end with an entry
consisting of a 0 byte for the abbreviation code.

Reviewed By: jhenderson

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




More information about the All-commits mailing list