[PATCH] D53155: [DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. Fixes PR38990.
Wolfgang Pieb via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 12 09:44:58 PDT 2018
wolfgangp updated this revision to Diff 169436.
wolfgangp added a comment.
Made the location list section pointer and the stringref that describes its data a union rather than a pair.
https://reviews.llvm.org/D53155
Files:
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
test/DebugInfo/Inputs/loclists-dwp-b.ll
test/DebugInfo/X86/loclists-dwp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53155.169436.patch
Type: text/x-patch
Size: 17764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181012/fbbd886f/attachment.bin>
More information about the llvm-commits
mailing list