CMake: Build utils/KillTheDoctor only on MSVC for now.

Mingw does not have the header <dbghelp.h>.
Thanks to Daniel Newton, testing it on mingw.

llvm-svn: 117352
This commit is contained in:
NAKAMURA Takumi 2010-10-26 05:08:27 +00:00
parent 5fe84129e2
commit 4bb599cf7d
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ if( LLVM_INCLUDE_TESTS )
add_subdirectory(test)
add_subdirectory(utils/unittest)
add_subdirectory(unittests)
if (WIN32)
if (MSVC)
# This utility is used to prevent chrashing tests from calling Dr. Watson on
# Windows.
add_subdirectory(utils/KillTheDoctor)