[PATCH] D77401: [DebugInfo] Fix reading range lists of v5 units in DWP.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 08:35:16 PDT 2020


ikudrin created this revision.
ikudrin added reviewers: dblaikie, jhenderson, probinson, wolfgangp.
ikudrin added projects: LLVM, debug-info.
Herald added a subscriber: hiraditya.
ikudrin added subscribers: grimar, evgeny777.
ikudrin added a parent revision: D75929: [DebugInfo] Support DWARFv5 index sections..

In package files, the base offset provided by index sections should be used to find the contribution of a unit. The patch adds that base offset when reading range list tables.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77401

Files:
  llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  llvm/test/DebugInfo/X86/dwp-v5-rnglists.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77401.254807.patch
Type: text/x-patch
Size: 6049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200403/55713ffe/attachment.bin>


More information about the llvm-commits mailing list