Move the MMX subtarget feature out of the SSE set of features and into
[oota-llvm.git] / utils / FileCheck / CMakeLists.txt
index d691ceb429cc354979b7b2742baacddddceba549..999320f78af28090496c43e7db1a02a04b011033 100644 (file)
@@ -3,9 +3,3 @@ add_llvm_utility(FileCheck
   )
 
 target_link_libraries(FileCheck LLVMSupport)
-if( MINGW )
-  target_link_libraries(FileCheck imagehlp psapi shell32)
-endif( MINGW )
-if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
-  target_link_libraries(FileCheck pthread)
-endif()