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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to