summaryrefslogtreecommitdiffstats
path: root/clang/tools/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/CMakeLists.txt')
-rw-r--r--clang/tools/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt
index cb2aa2004ce..222512af154 100644
--- a/clang/tools/CMakeLists.txt
+++ b/clang/tools/CMakeLists.txt
@@ -6,7 +6,4 @@ if (CLANG_BUILD_EXPERIMENTAL)
add_subdirectory(wpa)
endif ()
add_subdirectory(CIndex)
-if (MSVC)
-else ()
- add_subdirectory(c-index-test)
-endif ()
+add_subdirectory(c-index-test)
OpenPOWER on IntegriCloud