mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
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:
parent
69fadae872
commit
855cb47fae
@ -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>
|
||||
|
@ -1,2 +1 @@
|
||||
config.unsupported = not config.have_dia_sdk
|
||||
print("lit.local.cfg: config.unsupported set to %s" % config.unsupported)
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user