mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[Bazel] Update llvm/Config, fixup for 476812a742
This commit is contained in:
parent
3dca63a32f
commit
7c9c807fa4
@ -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*/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user