aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2019-02-27 13:33:50 -0800
committerPirama Arumuga Nainar <pirama@google.com>2019-02-27 13:33:50 -0800
commit7a46d0622fd92e3557dbe1b651deca318242a636 (patch)
treef8d1711cd2455e7d1bd82b7566ef7b9f31f80e4f
parent7a2f0ca4286341e0f6981e7ed5a17426357d1209 (diff)
downloadclang-tools-extra-7a46d0622fd92e3557dbe1b651deca318242a636.tar.gz
Revert "Don't build clangd for mingw"
Bug: http://b/115807768 This reverts commit bbd503d792e9a9b3a726d6522962964f9cffb22b. This can now build succesfully with Clang. Test: build.py
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba018e92..c3137ade 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,11 +8,7 @@ add_subdirectory(change-namespace)
add_subdirectory(clang-doc)
add_subdirectory(clang-query)
add_subdirectory(clang-move)
-
-if ( NOT MINGW )
add_subdirectory(clangd)
-endif()
-
add_subdirectory(include-fixer)
add_subdirectory(pp-trace)
add_subdirectory(tool-template)