Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 224b8e4

Browse files
committed
HAVE_DIA_SDK is directly checked by value, so define it as 0/1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282788 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ac9b3d6 commit 224b8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/Config/config.h.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#cmakedefine01 HAVE_DECL_STRERROR_S
4343

4444
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
45-
#cmakedefine HAVE_DIA_SDK ${HAVE_DIA_SDK}
45+
#cmakedefine01 HAVE_DIA_SDK
4646

4747
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4848
*/

0 commit comments

Comments
 (0)