From 855cb47fae40b76608f08759c1db68e83cb4393d 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230164 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/config-ix.cmake | 2 -- test/DebugInfo/PDB/lit.local.cfg | 1 - test/lit.site.cfg.in | 2 -- 3 files changed, 5 deletions(-) diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake index fe1d6c9755e..d6464984ef7 100755 --- a/cmake/config-ix.cmake +++ b/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/test/DebugInfo/PDB/lit.local.cfg b/test/DebugInfo/PDB/lit.local.cfg index 456fc71b895..28a895f5114 100644 --- a/test/DebugInfo/PDB/lit.local.cfg +++ b/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/test/lit.site.cfg.in b/test/lit.site.cfg.in index 63df27d61b8..1c19fd1841f 100644 --- a/test/lit.site.cfg.in +++ b/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.34.1