[all-commits] [llvm/llvm-project] 3ab0f5: [DebugInfo] Respect relocations when decoding DW_E...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 18 09:01:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ab0f53ef3c9947288e04ee028818176df8f15b1
https://github.com/llvm/llvm-project/commit/3ab0f53ef3c9947288e04ee028818176df8f15b1
Author: Fangrui Song <i at maskray.me>
Date: 2020-07-18 (Sat, 18 Jul 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
M llvm/lib/Object/RelocationResolver.cpp
M llvm/test/DebugInfo/AArch64/eh-frame.ll
M llvm/test/DebugInfo/PowerPC/eh-frame.ll
M llvm/test/MC/Mips/eh-frame.s
M llvm/test/tools/llvm-dwarfdump/X86/debug_frame_offset.test
M llvm/test/tools/llvm-objdump/MachO/eh_frame-arm64.test
M llvm/test/tools/llvm-readobj/ELF/AArch64/dwarf-cfi.s
M llvm/test/tools/llvm-readobj/ELF/ARM/dwarf-cfi.s
Log Message:
-----------
[DebugInfo] Respect relocations when decoding DW_EH_PE_sdata4 & DW_EH_PE_sdata8 and support R_ARM_REL32
The addresses in llvm-dwarfdump --eh-frame output for object files are closer to readelf -wf output now.
More information about the All-commits
mailing list