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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 15:24:21 PDT 2017


probinson created this revision.

This mainly required teaching DWARFFormValue to use relocations for a
section other than .debug_info (i.e., .debug_line).  Also the version
and 32/64-bit format might be different for the .debug_line section.


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.elf-x86-64
  test/DebugInfo/Inputs/dwarfdump-header.s
  tools/dsymutil/DwarfLinker.cpp

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


More information about the llvm-commits mailing list