From ef81077c17d807c71a10babd19001dead121001c Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Wed, 24 Sep 2008 01:54:03 +0000 Subject: [PATCH] CMake: Removed unnecessary messages from msvc_llvm_config macro. llvm-svn: 56540 --- cmake/modules/LLVMConfig.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/modules/LLVMConfig.cmake b/cmake/modules/LLVMConfig.cmake index f87d16cd1fb..e84e420d554 100755 --- a/cmake/modules/LLVMConfig.cmake +++ b/cmake/modules/LLVMConfig.cmake @@ -9,9 +9,7 @@ endmacro(llvm_config executable link_components) macro(msvc_llvm_config executable link_components) foreach(c ${link_components}) - message(STATUS ${c}) if( c STREQUAL "jit" ) - message(STATUS "linking jit") set_target_properties(${executable} PROPERTIES LINK_FLAGS "/INCLUDE:_X86TargetMachineModule")