From: Oscar Fuentes Date: Wed, 24 Sep 2008 01:54:03 +0000 (+0000) Subject: CMake: Removed unnecessary messages from msvc_llvm_config macro. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cb7053bf7a0d3e67a854ce91a2f96f93ece36bc8;p=oota-llvm.git CMake: Removed unnecessary messages from msvc_llvm_config macro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56540 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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")