[PATCH] D79014: [clangd] Move non-clang base pieces into separate support/ lib.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 12:55:03 PDT 2020
sammccall added a comment.
In D79014#2010746 <https://reviews.llvm.org/D79014#2010746>, @jsji wrote:
> Looks like this is causing buildbot failure when built with `-DBUILD_SHARED_LIBS=ON`.
> http://lab.llvm.org:8011/builders/clang-ppc64le-rhel/builds/3077/steps/build%20stage%201/logs/stdio
>
> FAILED: lib/libclangDaemon.so.11git
> : && /home/buildbots/clang.9.0.0/bin/clang++ -... && :
> tools/clang/tools/extra/clangd/CMakeFiles/obj.clangDaemon.dir/CodeComplete.cpp.o:(.toc+0x120): undefined reference to `pthread_create'
> clang++: error: linker command failed with exit code 1 (use -v to see invocation)
>
Thanks, bc029fa6c5cdc28fa2087f721e5ffe27d9b24ecd <https://reviews.llvm.org/rGbc029fa6c5cdc28fa2087f721e5ffe27d9b24ecd> should fix this.
Will keep an eye on it (didn't get mail last time, maybe it was already broken).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79014/new/
https://reviews.llvm.org/D79014
More information about the cfe-commits
mailing list