llvm/tools/llvm-c-test should be built also on msvc.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Oct 2013 17:56:59 +0000 (17:56 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Oct 2013 17:56:59 +0000 (17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193257 91177308-0d34-0410-b5e6-96231b3b80d8

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)