Remove log statements from config scripts.
authorZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 07:31:42 +0000 (07:31 +0000)
committerZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 07:31:42 +0000 (07:31 +0000)
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
test/DebugInfo/PDB/lit.local.cfg
test/lit.site.cfg.in

index fe1d6c9755edec962665a340e959e376db2bc4cf..d6464984ef735a1ff104b2329e5ef0fae505b5de 100755 (executable)
@@ -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 <windows.h>
index 456fc71b8957a49bede6e9fa405104b4fca2e8c6..28a895f51148d81f629d904057122bf921bc4ef2 100644 (file)
@@ -1,2 +1 @@
 config.unsupported = not config.have_dia_sdk
-print("lit.local.cfg: config.unsupported set to %s" % config.unsupported)
index 63df27d61b87ed123d56e0d3e0bd1d5923bd2997..1c19fd1841f67441fab143595e0a7abfb0453e62 100644 (file)
@@ -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: