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
This commit is contained in:
Zachary Turner 2015-02-22 07:31:42 +00:00
parent 69fadae872
commit 855cb47fae
3 changed files with 0 additions and 5 deletions

View File

@ -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>

View File

@ -1,2 +1 @@
config.unsupported = not config.have_dia_sdk
print("lit.local.cfg: config.unsupported set to %s" % config.unsupported)

View 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: