File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
utils/bazel/llvm-project-overlay/llvm/include/llvm/Config Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
66
don't. */
67
67
#define HAVE_DECL_STRERROR_S 0
68
68
69
- /* Define to 1 if you have the <dlfcn.h> header file. */
70
- #define HAVE_DLFCN_H 1
71
-
72
69
/* Define if dlopen() is available on this platform. */
73
70
#define HAVE_DLOPEN 1
74
71
75
- /* Define if dladdr() is available on this platform. */
76
- #define HAVE_DLADDR 1
77
-
78
72
/* Define to 1 if we can register EH frames on this platform. */
79
73
/* HAVE_REGISTER_FRAME defined in Bazel*/
80
74
Original file line number Diff line number Diff line change 124
124
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
125
125
#define LLVM_ENABLE_DIA_SDK 0
126
126
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
+
127
133
#endif
You can’t perform that action at this time.
0 commit comments