]> granicus.if.org Git - clang/commitdiff
Disable c-index-test on MSVC until someone figures out the real problem.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 26 Sep 2009 01:21:38 +0000 (01:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 26 Sep 2009 01:21:38 +0000 (01:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82830 91177308-0d34-0410-b5e6-96231b3b80d8

tools/CMakeLists.txt

index 222512af1546a69cdcb85d22be6a0a24a67f26a3..cb2aa2004ce7eff7e517b90a00474875084a22fb 100644 (file)
@@ -6,4 +6,7 @@ if (CLANG_BUILD_EXPERIMENTAL)
   add_subdirectory(wpa)
 endif ()
 add_subdirectory(CIndex)
-add_subdirectory(c-index-test)
+if (MSVC)
+else ()
+   add_subdirectory(c-index-test)
+endif ()