[PATCH] D34418: [DWARF] Support for DW_FORM_strx3 and completed support for DW_FORM_strx{1, 2, 4}/consumer

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 14:03:53 PDT 2017


wolfgangp created this revision.

This implements support for DWARF v5 DW_FORM_strx3 and completes support for the other strx<n> forms on the consumer side. The existing test for DWARF v5 string offset tables was augmented accordingly.


https://reviews.llvm.org/D34418

Files:
  include/llvm/Support/DataExtractor.h
  lib/DebugInfo/DWARF/DWARFFormValue.cpp
  lib/Support/DataExtractor.cpp
  test/DebugInfo/Inputs/dwarfdump-str-offsets.s
  test/DebugInfo/Inputs/dwarfdump-str-offsets.x86_64.o
  test/DebugInfo/dwarfdump-str-offsets.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34418.103260.patch
Type: text/x-patch
Size: 11469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/259ea09a/attachment.bin>


More information about the llvm-commits mailing list