MaskRay added a comment. In D54428#1359333 <https://reviews.llvm.org/D54428#1359333>, @tamur wrote:
> This patch seems to have broken the compilation. I get the following error on > a linux platform: > [12/14] Linking CXX executable bin/clangd > FAILED: bin/clangd > : && > /usr/local/google/home/tamur/src/llvm/2018_nov_12/llvm/Stable/bin/clang++ > -fPIC -fvisibility-inlines-hidden -Werror=date-time > -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra > -Wno-unused-parameter -Wwrite-strings -Wcast-qual > -Wmissing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough > -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor > -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color > -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual > -Wno-nested-anon-types -fuse-ld=lld -Wl,--color-diagnostics > -Wl,-allow-shlib-undefined -Wl,-O3 -Wl,--gc-sections > tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/ClangdMain.cpp.o > -o bin/clangd -Wl,-rpath,"\$ORIGIN/../lib" lib/libLLVMSupport.so.8svn > -lpthread lib/libclangBasic.so.8svn lib/libclangDaemon.so.8svn > lib/libclangFormat.so.8svn lib/libclangFrontend.so.8svn > lib/libclangSema.so.8svn lib/libclangTooling.so.8svn > lib/libclangToolingCore.so.8svn && : > ld.lld: error: undefined symbol: clang::clangd::newXPCTransport() Fixed by rCTE351306 <https://reviews.llvm.org/rCTE351306> Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D54428/new/ https://reviews.llvm.org/D54428 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits