forked from OSchip/llvm-project
[bazel] Port 3031fa88f0
This commit is contained in:
parent
532dc62b90
commit
6b15157610
|
@ -66,9 +66,6 @@
|
|||
don't. */
|
||||
#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 HAVE_DLFCN_H 1
|
||||
|
||||
|
|
|
@ -121,4 +121,7 @@
|
|||
* in non assert builds */
|
||||
#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
|
||||
|
|
|
@ -50,9 +50,6 @@
|
|||
don't. */
|
||||
#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. */
|
||||
#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
|
||||
|
||||
|
|
|
@ -113,4 +113,7 @@
|
|||
* in non assert builds */
|
||||
#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
|
||||
|
|
Loading…
Reference in New Issue