summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-22 06:47:32 +0000
committerZachary Turner <zturner@google.com>2015-02-22 06:47:32 +0000
commiteec34e5ed456382eebcb5a6365ff33f24b1c72b1 (patch)
tree2b0e382d16daae1d7504e7cee4b6bca03e41dda7 /cmake
parentff7a64eb3aa406e5a209139d452c01205101fc6c (diff)
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/config-ix.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 8b04d087d4..337a5a7da8 100755
--- a/cmake/config-ix.cmake
+++ b/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 <windows.h>