kbobyrev added a comment.

In D119130#3307333 <https://reviews.llvm.org/D119130#3307333>, @paulwalker-arm 
wrote:

> After this commit I am seeing the link time error
>
>   ld.lld: error: undefined symbol: clang::DeclContext::isInlineNamespace() 
> const
>   >>> referenced by StandardLibrary.cpp:118 
> (/home/pmw/projects/upstream-llvm/llvm-project/clang/lib/Tooling/Inclusions/StandardLibrary.cpp:118)
>   >>>               
> tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/StandardLibrary.cpp.o:(clang::tooling::stdlib::Recognizer::namespaceSymbols(clang::NamespaceDecl
>  const*)::'lambda'()::operator()() const)
>   
>   ld.lld: error: undefined symbol: 
> clang::Decl::castFromDeclContext(clang::DeclContext const*)
>   >>> referenced by DeclBase.h:2562 
> (/home/pmw/projects/upstream-llvm/llvm-project/clang/include/clang/AST/DeclBase.h:2562)
>   >>>               
> tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/StandardLibrary.cpp.o:(clang::cast_convert_decl_context<clang::Decl,
>  false>::doit(clang::DeclContext*))
>   >>> referenced by DeclBase.h:2558 
> (/home/pmw/projects/upstream-llvm/llvm-project/clang/include/clang/AST/DeclBase.h:2558)
>   >>>               
> tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/StandardLibrary.cpp.o:(clang::cast_convert_decl_context<clang::NamedDecl,
>  false>::doit(clang::DeclContext const*))
>
> If I revert this commit it goes away.  I've tried a fresh cmake and build and 
> get the same result.

Thanks for reporting! This should be fixed in 
https://github.com/llvm/llvm-project/commit/e3ba831937189ec61e28ced0b0bfc1e41a3510f8,
 your issue looks the same I found in a failing buildbot; could you please try 
again and let me know if it's still broken?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119130/new/

https://reviews.llvm.org/D119130

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

Reply via email to