[clang-tools-extra] r351812 - [clangd] Fix the broken buildbot.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 22 04:55:16 PST 2019
Author: hokein
Date: Tue Jan 22 04:55:15 2019
New Revision: 351812
URL: http://llvm.org/viewvc/llvm-project?rev=351812&view=rev
Log:
[clangd] Fix the broken buildbot.
Modified:
clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
Modified: clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/tool/CMakeLists.txt?rev=351812&r1=351811&r2=351812&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/tool/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clangd/tool/CMakeLists.txt Tue Jan 22 04:55:15 2019
@@ -17,6 +17,7 @@ endif()
target_link_libraries(clangd
PRIVATE
clangBasic
+ clangTidy
clangDaemon
clangFormat
clangFrontend
More information about the cfe-commits
mailing list