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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153297
[DWARFLinker] add DWARFUnit::getIndexedAddressOffset(). ClosedPublic Authored by avl on Jun 19 2023, 9:51 AM.
Details Summary This patch is a followup for D153162. It cures one more place
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 19 2023, 10:29 PM Closed by commit rGf6c1796b446f: [DWARFLinker] add DWARFUnit::getIndexedAddressOffset(). (authored by avl). · Explain WhyJun 20 2023, 4:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 532862 llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/test/tools/dsymutil/X86/dwarf5-dw-op-addrx.test
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
|