[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
Thu Oct 11 17:04:09 PDT 2018


wolfgangp updated this revision to Diff 169343.
wolfgangp marked an inline comment as done.
wolfgangp added a comment.

Addressed review comments:

- Keeping track of locsection data separately so we can adjust it when handling dwp files.
- removing a cleanup that can be applied later.


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.169343.patch
Type: text/x-patch
Size: 17615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181012/18e4f56f/attachment.bin>


More information about the llvm-commits mailing list