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: