[Lldb-commits] [PATCH] D138259: Add the ability to see when a type in incomplete.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 30 22:04:53 PST 2022


clayborg added a comment.

In D138259#3947410 <https://reviews.llvm.org/D138259#3947410>, @mstorsjo wrote:

> 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?

Someone fixed the build issue for me! Things should be working


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