[Lldb-commits] [PATCH] D138259: Add the ability to see when a type in incomplete.
Martin Storsjö via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 23 11:09:27 PST 2022
mstorsjo added a comment.
This seems to have caused build errors with GCC:
../tools/lldb/source/Symbol/CompilerType.cpp: In member function ‘bool lldb_private::CompilerType::IsForcefullyCompleted() const’:
../tools/lldb/source/Symbol/CompilerType.cpp:99:25: error: base operand of ‘->’ has non-pointer type ‘const TypeSystemWP’ {aka ‘const std::weak_ptr<lldb_private::TypeSystem>’}
99 | return m_type_system->IsForcefullyCompleted(m_type);
| ^~
Any clues about what’s missing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138259/new/
https://reviews.llvm.org/D138259
More information about the lldb-commits
mailing list