[all-commits] [llvm/llvm-project] 49cbf4: Fix bug in .eh_frame/.debug_frame PC offset calcul...
orlov-alex via All-commits
all-commits at lists.llvm.org
Thu Apr 15 04:06:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49cbf4cd85a9ae6b53947fb8cf39ccfb56becc57
https://github.com/llvm/llvm-project/commit/49cbf4cd85a9ae6b53947fb8cf39ccfb56becc57
Author: Alex Orlov <aorlov at accesssoftek.com>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M lld/test/ELF/eh-frame-hdr-augmentation.s
M llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/test/tools/llvm-dwarfdump/X86/debug_frame_offset.test
M llvm/test/tools/llvm-objdump/MachO/eh_frame-arm64.test
Log Message:
-----------
Fix bug in .eh_frame/.debug_frame PC offset calculation for DW_EH_PE_pcrel
This fixes the following bugs:
https://bugs.llvm.org/show_bug.cgi?id=27249
https://bugs.llvm.org/show_bug.cgi?id=46414
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D100328
More information about the All-commits
mailing list