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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 16:54:48 PDT 2017


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

Make the new test work for both ELF and Mach-O.
Simplify LLD change to never pass a Unit, as there's no test for it yet.


https://reviews.llvm.org/D33155

Files:
  lld/ELF/InputFiles.cpp
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
  llvm/test/DebugInfo/Inputs/dwarfdump-header.s
  llvm/test/DebugInfo/X86/dwarfdump-header-64.s
  llvm/tools/dsymutil/DwarfLinker.cpp
  llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33155.121087.patch
Type: text/x-patch
Size: 22290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/8e0af3d0/attachment.bin>


More information about the llvm-commits mailing list