[llvm-commits] [llvm] r56540 - /llvm/trunk/cmake/modules/LLVMConfig.cmake
Oscar Fuentes
ofv at wanadoo.es
Tue Sep 23 18:54:06 PDT 2008
Author: ofv
Date: Tue Sep 23 20:54:03 2008
New Revision: 56540
URL: http://llvm.org/viewvc/llvm-project?rev=56540&view=rev
Log:
CMake: Removed unnecessary messages from msvc_llvm_config macro.
Modified:
llvm/trunk/cmake/modules/LLVMConfig.cmake
Modified: llvm/trunk/cmake/modules/LLVMConfig.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/LLVMConfig.cmake?rev=56540&r1=56539&r2=56540&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/LLVMConfig.cmake (original)
+++ llvm/trunk/cmake/modules/LLVMConfig.cmake Tue Sep 23 20:54:03 2008
@@ -9,9 +9,7 @@
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")
More information about the llvm-commits
mailing list