[all-commits] [llvm/llvm-project] 3abb68: [BOLT][DWARF] Fix assert for split dwarf.
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Sun May 8 19:19:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3abb68a626160e019c30a4860e569d7bc75e486a
https://github.com/llvm/llvm-project/commit/3abb68a626160e019c30a4860e569d7bc75e486a
Author: Alexander Yermolovich <ayermolo at fb.com>
Date: 2022-05-08 (Sun, 08 May 2022)
Changed paths:
M bolt/lib/Core/DebugData.cpp
M bolt/lib/Rewrite/DWARFRewriter.cpp
A bolt/test/X86/Inputs/dwarf4-split-dwarf-no-address-helper.s
A bolt/test/X86/Inputs/dwarf4-split-dwarf-no-address-main.s
A bolt/test/X86/dwarf4-split-dwarf-no-address.test
Log Message:
-----------
[BOLT][DWARF] Fix assert for split dwarf.
Fixing a small bug where it would assert if CU does not modify .debug_addr section.
Differential Revision: https://reviews.llvm.org/D125181
More information about the All-commits
mailing list