From e836e5f17485bd884442d7188abeedf6e0b608ff Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 29 Oct 2010 22:36:50 +0000 Subject: Apply a patch from Frits van Bommel to fix the CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117731 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/not/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/not') diff --git a/utils/not/CMakeLists.txt b/utils/not/CMakeLists.txt index 407c82eeea..522708d1b9 100644 --- a/utils/not/CMakeLists.txt +++ b/utils/not/CMakeLists.txt @@ -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 ) -- cgit v1.2.3