[all-commits] [llvm/llvm-project] 51504b: [DWARF] Check for AddrOffsetSectionBase to work wi...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Mar 15 14:48:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51504bc1d9a52a96504fe6b8b865622e2a3421bb
https://github.com/llvm/llvm-project/commit/51504bc1d9a52a96504fe6b8b865622e2a3421bb
Author: Alexander Yermolovich <ayermolo at fb.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
A llvm/test/DebugInfo/X86/symbolize-debug-fission-single.test
Log Message:
-----------
[DWARF] Check for AddrOffsetSectionBase to work with DWO Units.
Context: https://lists.llvm.org/pipermail/llvm-dev/2021-February/148521.html
A fix for llvm-symbolizer, and other tools like BOLT, that allows retrieving address when built with -gsplit-dwarf=single mode.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D96827
More information about the All-commits
mailing list