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