================
@@ -2306,6 +2345,11 @@ bool DWARFASTParserClang::CompleteTypeFromDWARF(const
DWARFDIE &die,
if (!die)
return false;
+ ParsedDWARFTypeAttributes attrs(die);
----------------
Michael137 wrote:
I've been wondering how expensive constructing this object is. On a brief
glance it seems to be doing a lot of work, but maybe all of that work is
actually not that slow? Do you know why we get here for forward declarations
with your patch, but didn't before?
https://github.com/llvm/llvm-project/pull/92328
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits