[llvm-commits] [llvm] r127244 - /llvm/trunk/cmake/modules/HandleLLVMOptions.cmake

Oscar Fuentes ofv at wanadoo.es
Tue Mar 8 05:30:52 PST 2011


Author: ofv
Date: Tue Mar  8 07:30:52 2011
New Revision: 127244

URL: http://llvm.org/viewvc/llvm-project?rev=127244&view=rev
Log:
Remove remnant of my experimentation with CMake.

Modified:
    llvm/trunk/cmake/modules/HandleLLVMOptions.cmake

Modified: llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/HandleLLVMOptions.cmake?rev=127244&r1=127243&r2=127244&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/HandleLLVMOptions.cmake (original)
+++ llvm/trunk/cmake/modules/HandleLLVMOptions.cmake Tue Mar  8 07:30:52 2011
@@ -102,8 +102,6 @@
   endif( LLVM_BUILD_32_BITS )
 endif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )
 
-message(STATUS "uno"
-"dos")
 if( MSVC_IDE AND ( MSVC90 OR MSVC10 ) )
   # Only Visual Studio 2008 and 2010 officially supports /MP.
   # Visual Studio 2005 do support it but it's experimental there.





More information about the llvm-commits mailing list