Apply a patch from Frits van Bommel to fix the CMake build.

llvm-svn: 117731
This commit is contained in:
Dan Gohman 2010-10-29 22:36:50 +00:00
parent 721f298a60
commit 96f54c9d3e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ add_executable(not
not.cpp
)
target_link_libraries(not LLVMSystem)
target_link_libraries(not LLVMSupport LLVMSystem)
if( MINGW )
target_link_libraries(not imagehlp psapi)
endif( MINGW )