TableGen: Allow AddedComplexity values to be negative
[oota-llvm.git] / utils / not / CMakeLists.txt
index 5ff14d6692d4002ea0ab976dc4b136a4a836377a..4a92348ba0f9d82ed4c307f170da2e02e63c5636 100644 (file)
@@ -3,9 +3,3 @@ add_llvm_utility(not
   )
 
 target_link_libraries(not LLVMSupport)
-if( MINGW )
-  target_link_libraries(not imagehlp psapi shell32)
-endif( MINGW )
-if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
-  target_link_libraries(not pthread)
-endif()