[PATCH] D82933: [DWARFYAML][debug_abbrev] Emit 0 byte for terminating abbreviations.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 23:57:35 PDT 2020


Higuoxing created this revision.
Higuoxing added reviewers: jhenderson, grimar, MaskRay.
Herald added subscribers: llvm-commits, hiraditya, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82933

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82933.274687.patch
Type: text/x-patch
Size: 4949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200701/f07a0b20/attachment.bin>


More information about the llvm-commits mailing list