[PATCH] D153297: [DWARFLinker] add DWARFUnit::getIndexedAddressOffset().

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 09:51:48 PDT 2023


avl created this revision.
avl added reviewers: JDevlieghere, aprantl, rastogishubham, fdeazeve.
Herald added subscribers: arphaman, hiraditya.
Herald added a project: All.
avl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch is a followup for D153162 <https://reviews.llvm.org/D153162>. It cures one more place
where indexed address was incorrectly read. It also moves handling
of indexed address into DWARFUnit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153297

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  llvm/lib/DWARFLinker/DWARFLinker.cpp
  llvm/test/tools/dsymutil/Inputs/dwarf5-dw-op-addrx.o
  llvm/test/tools/dsymutil/X86/dwarf5-dw-op-addrx.test
  llvm/tools/dsymutil/DwarfLinkerForBinary.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153297.532698.patch
Type: text/x-patch
Size: 8799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230619/1a6c4d71/attachment.bin>


More information about the llvm-commits mailing list