[PATCH] D65039: [DWARF] Add named constants for reserved values of an initial length field.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 20 05:47:27 PDT 2019


ikudrin created this revision.
ikudrin added reviewers: probinson, dblaikie.
Herald added a project: LLVM.

As suggested in D64622#1583151 <https://reviews.llvm.org/D64622#1583151>, this adds symbolic names for these values and replaces the corresponding usages.


Repository:
  rL LLVM

https://reviews.llvm.org/D65039

Files:
  include/llvm/BinaryFormat/Dwarf.h
  lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  lib/DebugInfo/DWARF/DWARFListTable.cpp
  lib/DebugInfo/DWARF/DWARFUnit.cpp
  lib/DebugInfo/DWARF/DWARFVerifier.cpp
  unittests/DebugInfo/DWARF/DwarfGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65039.210954.patch
Type: text/x-patch
Size: 6351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190720/e4bbc880/attachment.bin>


More information about the llvm-commits mailing list