1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

llvm/tools/llvm-c-test should be built also on msvc.

llvm-svn: 193257
This commit is contained in:
NAKAMURA Takumi 2013-10-23 17:56:59 +00:00
parent e00f2f7862
commit eec68da299

View 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)