[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registration that...
[oota-llvm.git] / cmake / config-ix.cmake
index 4618ebeb3df93029f0b8fc8ce1ca24d56abf1fb5..3203d1ea708b30c96f6058f602caa73708008663 100755 (executable)
@@ -397,12 +397,10 @@ else ()
 endif ()
 
 if( MINGW )
-  set(HAVE_LIBIMAGEHLP 1)
   set(HAVE_LIBPSAPI 1)
   set(HAVE_LIBSHELL32 1)
   # TODO: Check existence of libraries.
   #   include(CheckLibraryExists)
-  #   CHECK_LIBRARY_EXISTS(imagehlp ??? . HAVE_LIBIMAGEHLP)
 endif( MINGW )
 
 if (NOT HAVE_STRTOLL)