[clang-tools-extra] r306612 - clangDaemon requires clangLex.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 28 15:57:15 PDT 2017
Author: chapuni
Date: Wed Jun 28 15:57:15 2017
New Revision: 306612
URL: http://llvm.org/viewvc/llvm-project?rev=306612&view=rev
Log:
clangDaemon requires clangLex.
Modified:
clang-tools-extra/trunk/clangd/CMakeLists.txt
Modified: clang-tools-extra/trunk/clangd/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/CMakeLists.txt?rev=306612&r1=306611&r2=306612&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clangd/CMakeLists.txt Wed Jun 28 15:57:15 2017
@@ -19,6 +19,7 @@ add_clang_library(clangDaemon
clangFormat
clangFrontend
clangIndex
+ clangLex
clangSema
clangTooling
clangToolingCore
More information about the cfe-commits
mailing list