[PATCH] D33155: [DWARFv5] Support FORM_strp in the line table header

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 17:12:50 PDT 2017


probinson updated this revision to Diff 99368.
probinson added a comment.

Make the helper class be copyable values rather than a shared_ptr.
Add a test for DWARF-64 line-table header.
Use assert() instead of unreachable in some cases.


https://reviews.llvm.org/D33155

Files:
  include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  lib/DebugInfo/DWARF/DWARFFormValue.cpp
  test/DebugInfo/Inputs/dwarfdump-header-64.elf-x86-64
  test/DebugInfo/Inputs/dwarfdump-header-64.s
  test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
  test/DebugInfo/Inputs/dwarfdump-header.s
  test/DebugInfo/dwarfdump-header-64.test
  tools/dsymutil/DwarfLinker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33155.99368.patch
Type: text/x-patch
Size: 28561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/f40fe6b5/attachment.bin>


More information about the llvm-commits mailing list