Skip to content

Commit 7c9c807

Browse files
committed
[Bazel] Update llvm/Config, fixup for 476812a
1 parent 3dca63a commit 7c9c807

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,9 @@
6666
don't. */
6767
#define HAVE_DECL_STRERROR_S 0
6868

69-
/* Define to 1 if you have the <dlfcn.h> header file. */
70-
#define HAVE_DLFCN_H 1
71-
7269
/* Define if dlopen() is available on this platform. */
7370
#define HAVE_DLOPEN 1
7471

75-
/* Define if dladdr() is available on this platform. */
76-
#define HAVE_DLADDR 1
77-
7872
/* Define to 1 if we can register EH frames on this platform. */
7973
/* HAVE_REGISTER_FRAME defined in Bazel*/
8074

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,10 @@
124124
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
125125
#define LLVM_ENABLE_DIA_SDK 0
126126

127+
/* Define to 1 if you have the <dlfcn.h> header file. */
128+
#define HAVE_DLFCN_H 1
129+
130+
/* Define if dladdr() is available on this platform. */
131+
#define HAVE_DLADDR 1
132+
127133
#endif

0 commit comments

Comments
 (0)