[Lldb-commits] [lldb] Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #92328)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri May 24 07:57:11 PDT 2024
================
@@ -2306,6 +2345,11 @@ bool DWARFASTParserClang::CompleteTypeFromDWARF(const DWARFDIE &die,
if (!die)
return false;
+ ParsedDWARFTypeAttributes attrs(die);
----------------
labath wrote:
SG
https://github.com/llvm/llvm-project/pull/92328
More information about the lldb-commits
mailing list