[all-commits] [llvm/llvm-project] c3339b: [DWARFv5][DWARFLinker] Add stripped template names...
avl-llvm via All-commits
all-commits at lists.llvm.org
Thu Jul 13 02:15:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3339bd2fd65cc16ce7400ee3f90c3d12bfd3211
https://github.com/llvm/llvm-project/commit/c3339bd2fd65cc16ce7400ee3f90c3d12bfd3211
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinker.h
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/test/tools/dsymutil/X86/dwarf5-accel.test
Log Message:
-----------
[DWARFv5][DWARFLinker] Add stripped template names into .debug_names.
The D153869 patch stopped storing stripped template names into
.debug_names accelerator table. This patch restores original
behavior as lldb relies on presenting stripped names. Changes for
llvm-dwarfdump would be done as a separate patch.
Differential Revision: https://reviews.llvm.org/D155070
More information about the All-commits
mailing list