Skip to content

Commit 476812a

Browse files
committed
[bazel] Update config.h.cmake after e86a02c.
1 parent 8b8f2ef commit 476812a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

utils/bazel/llvm_configs/config.h.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,9 @@
5050
don't. */
5151
#cmakedefine01 HAVE_DECL_STRERROR_S
5252

53-
/* Define to 1 if you have the <dlfcn.h> header file. */
54-
#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
55-
5653
/* Define if dlopen() is available on this platform. */
5754
#cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
5855

59-
/* Define if dladdr() is available on this platform. */
60-
#cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
61-
6256
/* Define to 1 if we can register EH frames on this platform. */
6357
#cmakedefine HAVE_REGISTER_FRAME ${HAVE_REGISTER_FRAME}
6458

utils/bazel/llvm_configs/llvm-config.h.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,10 @@
198198
/* Define if plugins enabled */
199199
#cmakedefine LLVM_ENABLE_PLUGINS
200200

201+
/* Define to 1 if you have the <dlfcn.h> header file. */
202+
#cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
203+
204+
/* Define if dladdr() is available on this platform. */
205+
#cmakedefine HAVE_DLADDR ${HAVE_DLADDR}
206+
201207
#endif

0 commit comments

Comments
 (0)