[all-commits] [llvm/llvm-project] f6c179: [DWARFLinker] add DWARFUnit::getIndexedAddressOffs...
avl-llvm via All-commits
all-commits at lists.llvm.org
Tue Jun 20 04:06:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6c1796b446f4c6cbff082fe3dd3f982171a8597
https://github.com/llvm/llvm-project/commit/f6c1796b446f4c6cbff082fe3dd3f982171a8597
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/test/tools/dsymutil/Inputs/dwarf5-dw-op-addrx.o
M llvm/test/tools/dsymutil/X86/dwarf5-dw-op-addrx.test
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
Log Message:
-----------
[DWARFLinker] add DWARFUnit::getIndexedAddressOffset().
This patch is a followup for D153162. It cures one more place
where indexed address was incorrectly read. It also moves handling
of indexed address into DWARFUnit.
Differential Revision: https://reviews.llvm.org/D153297
More information about the All-commits
mailing list