[Lldb-commits] [lldb] [lldb] Fix expressions that involve nested structs/classes/unions. (PR #77029)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 5 03:28:09 PST 2024
================
@@ -2260,7 +2269,7 @@ bool DWARFASTParserClang::CompleteTypeFromDWARF(const DWARFDIE &die,
// Disable external storage for this type so we don't get anymore
// clang::ExternalASTSource queries for this type.
- m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), false);
+ //m_ast.SetHasExternalStorage(clang_type.GetOpaqueQualType(), false);
----------------
Michael137 wrote:
Can you elaborate on why this is necessary?
https://github.com/llvm/llvm-project/pull/77029
More information about the lldb-commits
mailing list