aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-09-24 01:54:03 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-09-24 01:54:03 +0000
commita3959edfb0d7c598879f8ad90f6c57df54e335a6 (patch)
tree53e8492627f3fc60e783ae1ba688aa315f661335
parent9446407963005f3edfa8ac70e265c81839a416c9 (diff)
downloadexternal_llvm-a3959edfb0d7c598879f8ad90f6c57df54e335a6.zip
external_llvm-a3959edfb0d7c598879f8ad90f6c57df54e335a6.tar.gz
external_llvm-a3959edfb0d7c598879f8ad90f6c57df54e335a6.tar.bz2
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
-rwxr-xr-xcmake/modules/LLVMConfig.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/LLVMConfig.cmake b/cmake/modules/LLVMConfig.cmake
index f87d16c..e84e420 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")