From 6b3b4e4086747d497af1bee617bd27e0f37eb36c Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Sun, 22 Feb 2015 07:31:42 +0000 Subject: [PATCH] Remove log statements from config scripts. The bots seem to be happy now. llvm-svn: 230164 --- llvm/cmake/config-ix.cmake | 2 -- llvm/test/DebugInfo/PDB/lit.local.cfg | 1 - llvm/test/lit.site.cfg.in | 2 -- 3 files changed, 5 deletions(-) diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake index fe1d6c9..d646498 100755 --- a/llvm/cmake/config-ix.cmake +++ b/llvm/cmake/config-ix.cmake @@ -450,8 +450,6 @@ else() set(HAVE_DIA_SDK 0) endif( MSVC ) -message("CMake set HAVE_DIA_SDK to ${HAVE_DIA_SDK}") - if( PURE_WINDOWS ) CHECK_CXX_SOURCE_COMPILES(" #include diff --git a/llvm/test/DebugInfo/PDB/lit.local.cfg b/llvm/test/DebugInfo/PDB/lit.local.cfg index 456fc71..28a895f 100644 --- a/llvm/test/DebugInfo/PDB/lit.local.cfg +++ b/llvm/test/DebugInfo/PDB/lit.local.cfg @@ -1,2 +1 @@ config.unsupported = not config.have_dia_sdk -print("lit.local.cfg: config.unsupported set to %s" % config.unsupported) diff --git a/llvm/test/lit.site.cfg.in b/llvm/test/lit.site.cfg.in index 63df27d..1c19fd1 100644 --- a/llvm/test/lit.site.cfg.in +++ b/llvm/test/lit.site.cfg.in @@ -34,8 +34,6 @@ config.have_zlib = "@HAVE_LIBZ@" config.have_dia_sdk = @HAVE_DIA_SDK@ config.enable_ffi = "@LLVM_ENABLE_FFI@" -print("lit.site.cfg.in: config.have_dia_sdk set to %s" % config.have_dia_sdk) - # Support substitution of the tools_dir with user parameters. This is # used when we can't determine the tool dir at configuration time. try: -- 2.7.4