This commit is contained in:
Benjamin Kramer 2022-04-07 12:14:14 +02:00
parent 532dc62b90
commit 6b15157610
4 changed files with 6 additions and 6 deletions

View File

@ -66,9 +66,6 @@
don't. */ don't. */
#define HAVE_DECL_STRERROR_S 0 #define HAVE_DECL_STRERROR_S 0
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#define LLVM_ENABLE_DIA_SDK 0
/* Define to 1 if you have the <dlfcn.h> header file. */ /* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1

View File

@ -121,4 +121,7 @@
* in non assert builds */ * in non assert builds */
#define LLVM_UNREACHABLE_OPTIMIZE 1 #define LLVM_UNREACHABLE_OPTIMIZE 1
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#define LLVM_ENABLE_DIA_SDK 0
#endif #endif

View File

@ -50,9 +50,6 @@
don't. */ don't. */
#cmakedefine01 HAVE_DECL_STRERROR_S #cmakedefine01 HAVE_DECL_STRERROR_S
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#cmakedefine01 LLVM_ENABLE_DIA_SDK
/* Define to 1 if you have the <dlfcn.h> header file. */ /* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H} #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}

View File

@ -113,4 +113,7 @@
* in non assert builds */ * in non assert builds */
#cmakedefine01 LLVM_UNREACHABLE_OPTIMIZE #cmakedefine01 LLVM_UNREACHABLE_OPTIMIZE
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#cmakedefine01 LLVM_ENABLE_DIA_SDK
#endif #endif