1#ifndef CONFIG_H
2#define CONFIG_H
3
4// Include this header only under the llvm source tree.
5// This is a private header.
6
7/* Exported configuration */
8#include "llvm/Config/llvm-config.h"
9
10/* Bug report URL. */
11#define BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/"
12
13/* Define to 1 to enable backtraces, and to 0 otherwise. */
14#define ENABLE_BACKTRACES 1
15
16/* Define to 1 to enable crash overrides, and to 0 otherwise. */
17#define ENABLE_CRASH_OVERRIDES 1
18
19/* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
20#define LLVM_ENABLE_CRASH_DUMPS 0
21
22/* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
23 backslashes. */
24#define LLVM_WINDOWS_PREFER_FORWARD_SLASH 0
25
26/* Define to 1 if you have the `backtrace' function. */
27#define HAVE_BACKTRACE TRUE
28
29#define BACKTRACE_HEADER <execinfo.h>
30
31/* can use __crashreporter_info__ */
32#define HAVE_CRASHREPORTER_INFO 0
33
34/* Define to 1 if you have the declaration of `arc4random', and to 0 if you
35 don't. */
36#define HAVE_DECL_ARC4RANDOM 1
37
38/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
39 don't. */
40#define HAVE_DECL_STRERROR_S 0
41
42/* Define if dlopen() is available on this platform. */
43#define HAVE_DLOPEN 1
44
45/* Define to 1 if we can register EH frames on this platform. */
46#define HAVE_REGISTER_FRAME 1
47
48/* Define to 1 if we can deregister EH frames on this platform. */
49#define HAVE_DEREGISTER_FRAME 1
50
51/* Define if __unw_add_dynamic_fde() is available on this platform. */
52/* #undef HAVE_UNW_ADD_DYNAMIC_FDE */
53
54/* Define if libffi is available on this platform. */
55/* #undef HAVE_FFI_CALL */
56
57/* Define to 1 if you have the <ffi/ffi.h> header file. */
58/* #undef HAVE_FFI_FFI_H */
59
60/* Define to 1 if you have the <ffi.h> header file. */
61/* #undef HAVE_FFI_H */
62
63/* Define to 1 if you have the `futimens' function. */
64#define HAVE_FUTIMENS 1
65
66/* Define to 1 if you have the `futimes' function. */
67#define HAVE_FUTIMES 1
68
69/* Define to 1 if you have the `getpagesize' function. */
70#define HAVE_GETPAGESIZE 1
71
72/* Define to 1 if you have the `getrusage' function. */
73#define HAVE_GETRUSAGE 1
74
75/* Define to 1 if you have the `isatty' function. */
76#define HAVE_ISATTY 1
77
78/* Define to 1 if you have the `edit' library (-ledit). */
79/* #undef HAVE_LIBEDIT */
80
81/* Define to 1 if you have the `pfm' library (-lpfm). */
82/* #undef HAVE_LIBPFM */
83
84/* Define to 1 if the `perf_branch_entry' struct has field cycles. */
85/* #undef LIBPFM_HAS_FIELD_CYCLES */
86
87/* Define to 1 if you have the `psapi' library (-lpsapi). */
88/* #undef HAVE_LIBPSAPI */
89
90/* Define to 1 if you have the `pthread' library (-lpthread). */
91#define HAVE_LIBPTHREAD 1
92
93/* Define to 1 if you have the `pthread_getname_np' function. */
94#define HAVE_PTHREAD_GETNAME_NP 1
95
96/* Define to 1 if you have the `pthread_setname_np' function. */
97#define HAVE_PTHREAD_SETNAME_NP 1
98
99/* Define to 1 if you have the `pthread_get_name_np' function. */
100/* #undef HAVE_PTHREAD_GET_NAME_NP */
101
102/* Define to 1 if you have the `pthread_set_name_np' function. */
103/* #undef HAVE_PTHREAD_SET_NAME_NP */
104
105/* Define to 1 if you have the <mach/mach.h> header file. */
106/* #undef HAVE_MACH_MACH_H */
107
108/* Define to 1 if you have the `mallctl' function. */
109/* #undef HAVE_MALLCTL */
110
111/* Define to 1 if you have the `mallinfo' function. */
112#define HAVE_MALLINFO 1
113
114/* Define to 1 if you have the `mallinfo2' function. */
115#define HAVE_MALLINFO2 1
116
117/* Define to 1 if you have the <malloc/malloc.h> header file. */
118/* #undef HAVE_MALLOC_MALLOC_H */
119
120/* Define to 1 if you have the `malloc_zone_statistics' function. */
121/* #undef HAVE_MALLOC_ZONE_STATISTICS */
122
123/* Define to 1 if you have the `posix_spawn' function. */
124#define HAVE_POSIX_SPAWN 1
125
126/* Define to 1 if you have the `pread' function. */
127#define HAVE_PREAD 1
128
129/* Define to 1 if you have the <pthread.h> header file. */
130#define HAVE_PTHREAD_H 1
131
132/* Have pthread_rwlock_init */
133#define HAVE_PTHREAD_RWLOCK_INIT 1
134
135/* Define to 1 if you have the `sbrk' function. */
136#define HAVE_SBRK 1
137
138/* Define to 1 if you have the `setenv' function. */
139#define HAVE_SETENV 1
140
141/* Define to 1 if you have the `sigaltstack' function. */
142#define HAVE_SIGALTSTACK 1
143
144/* Define to 1 if you have the `strerror_r' function. */
145#define HAVE_STRERROR_R 1
146
147/* Define to 1 if you have the `sysconf' function. */
148#define HAVE_SYSCONF 1
149
150/* Define to 1 if you have the <sys/mman.h> header file. */
151#define HAVE_SYS_MMAN_H 1
152
153/* Define to 1 if you have the <sys/ioctl.h> header file. */
154#define HAVE_SYS_IOCTL_H 1
155
156/* Define to 1 if stat struct has st_mtimespec member .*/
157/* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
158
159/* Define to 1 if stat struct has st_mtim member. */
160#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
161
162/* Define to 1 if you have the <unistd.h> header file. */
163#define HAVE_UNISTD_H 1
164
165/* Have host's _alloca */
166/* #undef HAVE__ALLOCA */
167
168/* Define to 1 if you have the `_chsize_s' function. */
169/* #undef HAVE__CHSIZE_S */
170
171/* Define to 1 if you have the `_Unwind_Backtrace' function. */
172#define HAVE__UNWIND_BACKTRACE 1
173
174/* Have host's __alloca */
175/* #undef HAVE___ALLOCA */
176
177/* Have host's __ashldi3 */
178/* #undef HAVE___ASHLDI3 */
179
180/* Have host's __ashrdi3 */
181/* #undef HAVE___ASHRDI3 */
182
183/* Have host's __chkstk */
184/* #undef HAVE___CHKSTK */
185
186/* Have host's __chkstk_ms */
187/* #undef HAVE___CHKSTK_MS */
188
189/* Have host's __cmpdi2 */
190/* #undef HAVE___CMPDI2 */
191
192/* Have host's __divdi3 */
193/* #undef HAVE___DIVDI3 */
194
195/* Have host's __fixdfdi */
196/* #undef HAVE___FIXDFDI */
197
198/* Have host's __fixsfdi */
199/* #undef HAVE___FIXSFDI */
200
201/* Have host's __floatdidf */
202/* #undef HAVE___FLOATDIDF */
203
204/* Have host's __lshrdi3 */
205/* #undef HAVE___LSHRDI3 */
206
207/* Have host's __main */
208/* #undef HAVE___MAIN */
209
210/* Have host's __moddi3 */
211/* #undef HAVE___MODDI3 */
212
213/* Have host's __udivdi3 */
214/* #undef HAVE___UDIVDI3 */
215
216/* Have host's __umoddi3 */
217/* #undef HAVE___UMODDI3 */
218
219/* Have host's ___chkstk */
220/* #undef HAVE____CHKSTK */
221
222/* Have host's ___chkstk_ms */
223/* #undef HAVE____CHKSTK_MS */
224
225/* Define if ICU library is available */
226#define HAVE_ICU 0
227
228/* Define if Windows vendored ICU is available */
229#define HAVE_WINDOWS_ICU 0
230
231/* Define if iconv library is available */
232#define HAVE_ICONV 0
233
234/* Linker version detected at compile time. */
235/* #undef HOST_LINK_VERSION */
236
237/* Define if overriding target triple is enabled */
238/* #undef LLVM_TARGET_TRIPLE_ENV */
239
240/* Whether tools show host and target info when invoked with --version */
241#define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1
242
243/* Whether tools show optional build config flags when invoked with --version */
244#define LLVM_VERSION_PRINTER_SHOW_BUILD_CONFIG 1
245
246/* Define if libxml2 is supported on this platform. */
247#define LLVM_ENABLE_LIBXML2 1
248
249/* Define to the extension used for shared libraries, say, ".so". */
250#define LTDL_SHLIB_EXT ".so"
251
252/* Define to the extension used for plugin libraries, say, ".so". */
253#define LLVM_PLUGIN_EXT ".so"
254
255/* Define to the address where bug reports for this package should be sent. */
256#define PACKAGE_BUGREPORT "https://github.com/llvm/llvm-project/issues/"
257
258/* Define to the full name of this package. */
259#define PACKAGE_NAME "LLVM"
260
261/* Define to the full name and version of this package. */
262#define PACKAGE_STRING "LLVM 24.0.0git"
263
264/* Define to the version of this package. */
265#define PACKAGE_VERSION "24.0.0git"
266
267/* Define to the vendor of this package. */
268/* #undef PACKAGE_VENDOR */
269
270/* Define to a function implementing stricmp */
271/* #undef stricmp */
272
273/* Define to a function implementing strdup */
274/* #undef strdup */
275
276/* Whether GlobalISel rule coverage is being collected */
277#define LLVM_GISEL_COV_ENABLED 0
278
279/* Define to the default GlobalISel coverage file prefix */
280/* #undef LLVM_GISEL_COV_PREFIX */
281
282/* Whether Timers signpost passes in Xcode Instruments */
283#define LLVM_SUPPORT_XCODE_SIGNPOSTS 0
284
285/* #undef HAVE_PROC_PID_RUSAGE */
286
287#define HAVE_BUILTIN_THREAD_POINTER 1
288
289#define HAVE_GETAUXVAL 1
290
291#endif
292