aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-03-13 16:10:40 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-03-13 16:10:40 +0000
commit6f37acb6453acae4f71101a6eab6ba16893c399d (patch)
treef17f384947c5fc92374e902efd5b91a0fb41cc59
parent2089dd031b59f9ba7846bbc9eb4695897c8151f8 (diff)
downloadllvm-6f37acb6453acae4f71101a6eab6ba16893c399d.zip
llvm-6f37acb6453acae4f71101a6eab6ba16893c399d.tar.gz
llvm-6f37acb6453acae4f71101a6eab6ba16893c399d.tar.bz2
Remove toy code from cmake script.
llvm-svn: 127567
-rw-r--r--llvm/cmake/modules/HandleLLVMOptions.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake
index 21ec5f2..e1f06a7 100644
--- a/llvm/cmake/modules/HandleLLVMOptions.cmake
+++ b/llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -102,8 +102,6 @@ if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )
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.