From a54b7ddb25bda65696b7c2af8b5edab6ca85445c Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Sun, 22 Feb 2015 06:47:32 +0000 Subject: [llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump". NOTE: This patch intentionally breaks the build. It attempts to resubmit r230083, but with some debug logging in the CMake and lit config files to determine why certain bots do not correctly disable the DIA tests when DIA is not available. After a sufficient number of bots fail, this patch will either be reverted or, if the cause of the failure becomes obvious, a fix submitted with the log statements removed. llvm-svn: 230161 --- llvm/cmake/config-ix.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/cmake') diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake index 8b04d087d44..337a5a7da8f 100755 --- a/llvm/cmake/config-ix.cmake +++ b/llvm/cmake/config-ix.cmake @@ -448,6 +448,8 @@ if( MSVC ) endif() endif( MSVC ) +message("CMake set HAVE_DIA_SDK to ${HAVE_DIA_SDK}") + if( PURE_WINDOWS ) CHECK_CXX_SOURCE_COMPILES(" #include -- cgit v1.2.3