summaryrefslogtreecommitdiff
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
commit494b8934d00de85da89e2e84c616bff171483f2f (patch)
tree5bfd66539bb18b811b20d1247f6de2a07392e2cf
parentacc448ebfececd35a424d24f10dba95654a50f7e (diff)
downloadllvm-494b8934d00de85da89e2e84c616bff171483f2f.tar.gz
Remove toy code from cmake script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_29@127567 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--cmake/modules/HandleLLVMOptions.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake
index 21ec5f23e710..e1f06a7ab9cf 100644
--- a/cmake/modules/HandleLLVMOptions.cmake
+++ b/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.