[Bazel] Update llvm/Config, fixup for 476812a742

This commit is contained in:
NAKAMURA Takumi 2023-12-21 08:25:21 +09:00
parent 3dca63a32f
commit 7c9c807fa4
2 changed files with 6 additions and 6 deletions

View File

@ -66,15 +66,9 @@
don't. */
#define HAVE_DECL_STRERROR_S 0
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define if dlopen() is available on this platform. */
#define HAVE_DLOPEN 1
/* Define if dladdr() is available on this platform. */
#define HAVE_DLADDR 1
/* Define to 1 if we can register EH frames on this platform. */
/* HAVE_REGISTER_FRAME defined in Bazel*/

View File

@ -124,4 +124,10 @@
/* 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
/* Define if dladdr() is available on this platform. */
#define HAVE_DLADDR 1
#endif