Don't analyze block if it's not considered for ifcvt anymore.
[llvm/stm8.git] / utils / FileUpdate / CMakeLists.txt
blob655aaec3bc2a1cf29eff0a1073e4c28e3104df8d
1 add_llvm_utility(FileUpdate
2   FileUpdate.cpp
3   )
5 target_link_libraries(FileUpdate LLVMSupport)
6 if( MINGW )
7   target_link_libraries(FileUpdate imagehlp psapi)
8 endif( MINGW )
9 if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
10   target_link_libraries(FileUpdate pthread)
11 endif()