[clangd] Added a missing dependency on clangdAST to fix the build

llvm-svn: 303636
This commit is contained in:
Ilya Biryukov 2017-05-23 13:59:37 +00:00
parent a192804293
commit 9bab8eab49
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ add_clang_library(clangDaemon
ProtocolHandlers.cpp
LINK_LIBS
clangAST
clangBasic
clangFormat
clangFrontend