[PATCH] D41090: [DWARFv5] Dump MD5 checksum from line-table header

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 13:13:55 PST 2017


probinson created this revision.
probinson added a project: debug-info.
Herald added subscribers: JDevlieghere, hiraditya.

Also adds missing support for DW_FORM_data16, which seems easiest to handle as a fixed-size block.


https://reviews.llvm.org/D41090

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  llvm/lib/CodeGen/AsmPrinter/DIE.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  llvm/test/DebugInfo/X86/dwarfdump-header.s
  llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
  llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41090.126433.patch
Type: text/x-patch
Size: 13150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171211/0b79f572/attachment.bin>


More information about the llvm-commits mailing list