llvm/tools/llvm-c-test should be built also on msvc.
[oota-llvm.git] / tools / CMakeLists.txt
index 54f849c7069d05965b0b454b1d46966f777adb32..12e10fd0bbd1cbfe9cb6aac262a1532e001d8562 100644 (file)
@@ -39,11 +39,7 @@ add_llvm_tool_subdirectory(llvm-mcmarkup)
 
 add_llvm_tool_subdirectory(llvm-symbolizer)
 
-if( NOT MSVC )
-  add_llvm_tool_subdirectory(llvm-c-test)
-else()
-  ignore_llvm_tool_subdirectory(llvm-c-test)
-endif( NOT MSVC )
+add_llvm_tool_subdirectory(llvm-c-test)
 
 add_llvm_tool_subdirectory(obj2yaml)
 add_llvm_tool_subdirectory(yaml2obj)