[all-commits] [llvm/llvm-project] 70b994: [lldb/DWARF] Resolve type unit references in llvm ...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Feb 13 00:05:41 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70b994bcfaafadd649818d2a7f90f8f5989ec6c1
https://github.com/llvm/llvm-project/commit/70b994bcfaafadd649818d2a7f90f8f5989ec6c1
Author: Pavel Labath <pavel at labath.sk>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
M lldb/test/Shell/SymbolFile/DWARF/x86/simplified-template-names.cpp
Log Message:
-----------
[lldb/DWARF] Resolve type unit references in llvm DWARFDIE compatibility wrappers (#126902)
The llvm versions of these functions do that, so we must to so as well.
Practically this meant that were were unable to correctly un-simplify
the names of some types when using type units, which resulted in type
lookup errors.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list