xref: /freebsd/lib/clang/include/llvm/Config/config.h (revision 77013d11e6483b970af25e13c9b892075742f7e5)
1 /* $FreeBSD$ */
2 #ifndef CONFIG_H
3 #define CONFIG_H
4 
5 // Include this header only under the llvm source tree.
6 // This is a private header.
7 
8 /* Exported configuration */
9 #include "llvm/Config/llvm-config.h"
10 
11 /* Bug report URL. */
12 #define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
13 
14 /* Define to 1 to enable backtraces, and to 0 otherwise. */
15 #define ENABLE_BACKTRACES 1
16 
17 /* Define to 1 to enable crash overrides, and to 0 otherwise. */
18 #define ENABLE_CRASH_OVERRIDES 1
19 
20 /* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
21 #define LLVM_ENABLE_CRASH_DUMPS 0
22 
23 /* Define to 1 if you have the `backtrace' function. */
24 #define HAVE_BACKTRACE TRUE
25 
26 #define BACKTRACE_HEADER <execinfo.h>
27 
28 /* Define to 1 if you have the <CrashReporterClient.h> header file. */
29 /* #undef HAVE_CRASHREPORTERCLIENT_H */
30 
31 /* can use __crashreporter_info__ */
32 #if defined(__APPLE__)
33 #define HAVE_CRASHREPORTER_INFO 1
34 #else
35 #define HAVE_CRASHREPORTER_INFO 0
36 #endif
37 
38 /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
39    don't. */
40 #define HAVE_DECL_ARC4RANDOM 1
41 
42 /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
43    don't. */
44 #define HAVE_DECL_FE_ALL_EXCEPT 1
45 
46 /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
47    don't. */
48 #define HAVE_DECL_FE_INEXACT 1
49 
50 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
51    don't. */
52 #define HAVE_DECL_STRERROR_S 0
53 
54 /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
55 #define LLVM_ENABLE_DIA_SDK 0
56 
57 /* Define to 1 if you have the <dlfcn.h> header file. */
58 #define HAVE_DLFCN_H 1
59 
60 /* Define if dlopen() is available on this platform. */
61 #define HAVE_DLOPEN 1
62 
63 /* Define if dladdr() is available on this platform. */
64 #define HAVE_DLADDR 1
65 
66 #if !defined(__arm__) || defined(__USING_SJLJ_EXCEPTIONS__) || defined(__ARM_DWARF_EH__)
67 /* Define to 1 if we can register EH frames on this platform. */
68 #define HAVE_REGISTER_FRAME 1
69 
70 /* Define to 1 if we can deregister EH frames on this platform. */
71 #define HAVE_DEREGISTER_FRAME 1
72 #endif // !arm || USING_SJLJ_EXCEPTIONS || ARM_DWARF_EH_
73 
74 /* Define to 1 if you have the <errno.h> header file. */
75 #define HAVE_ERRNO_H 1
76 
77 /* Define to 1 if you have the <fcntl.h> header file. */
78 #define HAVE_FCNTL_H 1
79 
80 /* Define to 1 if you have the <fenv.h> header file. */
81 #define HAVE_FENV_H 1
82 
83 /* Define if libffi is available on this platform. */
84 /* #undef HAVE_FFI_CALL */
85 
86 /* Define to 1 if you have the <ffi/ffi.h> header file. */
87 /* #undef HAVE_FFI_FFI_H */
88 
89 /* Define to 1 if you have the <ffi.h> header file. */
90 /* #undef HAVE_FFI_H */
91 
92 /* Define to 1 if you have the `futimens' function. */
93 #define HAVE_FUTIMENS 1
94 
95 /* Define to 1 if you have the `futimes' function. */
96 #define HAVE_FUTIMES 1
97 
98 /* Define to 1 if you have the `getpagesize' function. */
99 #define HAVE_GETPAGESIZE 1
100 
101 /* Define to 1 if you have the `getrlimit' function. */
102 #define HAVE_GETRLIMIT 1
103 
104 /* Define to 1 if you have the `getrusage' function. */
105 #define HAVE_GETRUSAGE 1
106 
107 /* Define to 1 if you have the `isatty' function. */
108 #define HAVE_ISATTY 1
109 
110 /* Define to 1 if you have the `edit' library (-ledit). */
111 #define HAVE_LIBEDIT 1
112 
113 /* Define to 1 if you have the `pfm' library (-lpfm). */
114 /* #undef HAVE_LIBPFM */
115 
116 /* Define to 1 if the `perf_branch_entry' struct has field cycles. */
117 /* #undef LIBPFM_HAS_FIELD_CYCLES */
118 
119 /* Define to 1 if you have the `psapi' library (-lpsapi). */
120 /* #undef HAVE_LIBPSAPI */
121 
122 /* Define to 1 if you have the `pthread' library (-lpthread). */
123 #define HAVE_LIBPTHREAD 1
124 
125 /* Define to 1 if you have the `pthread_getname_np' function. */
126 #define HAVE_PTHREAD_GETNAME_NP 1
127 
128 /* Define to 1 if you have the `pthread_setname_np' function. */
129 #define HAVE_PTHREAD_SETNAME_NP 1
130 
131 /* Define to 1 if you have the <link.h> header file. */
132 #if __has_include(<link.h>)
133 #define HAVE_LINK_H 1
134 #else
135 #define HAVE_LINK_H 0
136 #endif
137 
138 /* Define to 1 if you have the `lseek64' function. */
139 #if defined(__linux__)
140 #define HAVE_LSEEK64 1
141 #endif
142 
143 /* Define to 1 if you have the <mach/mach.h> header file. */
144 #if __has_include(<mach/mach.h>)
145 #define HAVE_MACH_MACH_H 1
146 #endif
147 
148 /* Define to 1 if you have the `mallctl' function. */
149 #if defined(__FreeBSD__)
150 #define HAVE_MALLCTL 1
151 #endif
152 
153 /* Define to 1 if you have the `mallinfo' function. */
154 #if defined(__linux__)
155 #define HAVE_MALLINFO 1
156 #endif
157 
158 /* Define to 1 if you have the <malloc/malloc.h> header file. */
159 #if __has_include(<malloc/malloc.h>)
160 #define HAVE_MALLOC_MALLOC_H 1
161 #endif
162 
163 /* Define to 1 if you have the `malloc_zone_statistics' function. */
164 #if defined(__APPLE__)
165 #define HAVE_MALLOC_ZONE_STATISTICS 1
166 #endif
167 
168 /* Define to 1 if you have the `posix_fallocate' function. */
169 #if !defined(__APPLE__)
170 #define HAVE_POSIX_FALLOCATE 1
171 #endif
172 
173 /* Define to 1 if you have the `posix_spawn' function. */
174 #define HAVE_POSIX_SPAWN 1
175 
176 /* Define to 1 if you have the `pread' function. */
177 #define HAVE_PREAD 1
178 
179 /* Have pthread_getspecific */
180 #define HAVE_PTHREAD_GETSPECIFIC 1
181 
182 /* Define to 1 if you have the <pthread.h> header file. */
183 #define HAVE_PTHREAD_H 1
184 
185 /* Have pthread_mutex_lock */
186 #define HAVE_PTHREAD_MUTEX_LOCK 1
187 
188 /* Have pthread_rwlock_init */
189 #define HAVE_PTHREAD_RWLOCK_INIT 1
190 
191 /* Define to 1 if you have the `sbrk' function. */
192 #define HAVE_SBRK 1
193 
194 /* Define to 1 if you have the `setenv' function. */
195 #define HAVE_SETENV 1
196 
197 /* Define to 1 if you have the `setrlimit' function. */
198 #define HAVE_SETRLIMIT 1
199 
200 /* Define to 1 if you have the `sigaltstack' function. */
201 #define HAVE_SIGALTSTACK 1
202 
203 /* Define to 1 if you have the <signal.h> header file. */
204 #define HAVE_SIGNAL_H 1
205 
206 /* Define to 1 if you have the `strerror' function. */
207 #define HAVE_STRERROR 1
208 
209 /* Define to 1 if you have the `strerror_r' function. */
210 #define HAVE_STRERROR_R 1
211 
212 /* Define to 1 if you have the `sysconf' function. */
213 #define HAVE_SYSCONF 1
214 
215 /* Define to 1 if you have the <sys/ioctl.h> header file. */
216 #define HAVE_SYS_IOCTL_H 1
217 
218 /* Define to 1 if you have the <sys/mman.h> header file. */
219 #define HAVE_SYS_MMAN_H 1
220 
221 /* Define to 1 if you have the <sys/param.h> header file. */
222 #define HAVE_SYS_PARAM_H 1
223 
224 /* Define to 1 if you have the <sys/resource.h> header file. */
225 #define HAVE_SYS_RESOURCE_H 1
226 
227 /* Define to 1 if you have the <sys/stat.h> header file. */
228 #define HAVE_SYS_STAT_H 1
229 
230 /* Define to 1 if you have the <sys/time.h> header file. */
231 #define HAVE_SYS_TIME_H 1
232 
233 /* Define to 1 if stat struct has st_mtimespec member .*/
234 #if !defined(__linux__)
235 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
236 #endif
237 
238 /* Define to 1 if stat struct has st_mtim member. */
239 #if !defined(__APPLE__)
240 #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
241 #endif
242 
243 /* Define to 1 if you have the <sys/types.h> header file. */
244 #define HAVE_SYS_TYPES_H 1
245 
246 /* Define if the setupterm() function is supported this platform. */
247 #if defined(__FreeBSD__)
248 /*
249  * This is only needed for terminalHasColors(). When disabled LLVM falls back
250  * to checking a list of TERM prefixes which is sufficient for a bootstrap tool.
251  */
252 #define LLVM_ENABLE_TERMINFO 1
253 #endif
254 
255 /* Define if the xar_open() function is supported this platform. */
256 #if defined(__APPLE__)
257 #define HAVE_LIBXAR
258 #endif
259 
260 /* Define to 1 if you have the <termios.h> header file. */
261 #define HAVE_TERMIOS_H 1
262 
263 /* Define to 1 if you have the <unistd.h> header file. */
264 #define HAVE_UNISTD_H 1
265 
266 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
267 /* #undef HAVE_VALGRIND_VALGRIND_H */
268 
269 /* Have host's _alloca */
270 /* #undef HAVE__ALLOCA */
271 
272 /* Define to 1 if you have the `_chsize_s' function. */
273 /* #undef HAVE__CHSIZE_S */
274 
275 /* Define to 1 if you have the `_Unwind_Backtrace' function. */
276 #if !defined(__FreeBSD__)
277 #define HAVE__UNWIND_BACKTRACE 1
278 #endif
279 
280 /* Have host's __alloca */
281 /* #undef HAVE___ALLOCA */
282 
283 /* Have host's __ashldi3 */
284 /* #undef HAVE___ASHLDI3 */
285 
286 /* Have host's __ashrdi3 */
287 /* #undef HAVE___ASHRDI3 */
288 
289 /* Have host's __chkstk */
290 /* #undef HAVE___CHKSTK */
291 
292 /* Have host's __chkstk_ms */
293 /* #undef HAVE___CHKSTK_MS */
294 
295 /* Have host's __cmpdi2 */
296 /* #undef HAVE___CMPDI2 */
297 
298 /* Have host's __divdi3 */
299 /* #undef HAVE___DIVDI3 */
300 
301 /* Have host's __fixdfdi */
302 /* #undef HAVE___FIXDFDI */
303 
304 /* Have host's __fixsfdi */
305 /* #undef HAVE___FIXSFDI */
306 
307 /* Have host's __floatdidf */
308 /* #undef HAVE___FLOATDIDF */
309 
310 /* Have host's __lshrdi3 */
311 /* #undef HAVE___LSHRDI3 */
312 
313 /* Have host's __main */
314 /* #undef HAVE___MAIN */
315 
316 /* Have host's __moddi3 */
317 /* #undef HAVE___MODDI3 */
318 
319 /* Have host's __udivdi3 */
320 /* #undef HAVE___UDIVDI3 */
321 
322 /* Have host's __umoddi3 */
323 /* #undef HAVE___UMODDI3 */
324 
325 /* Have host's ___chkstk */
326 /* #undef HAVE____CHKSTK */
327 
328 /* Have host's ___chkstk_ms */
329 /* #undef HAVE____CHKSTK_MS */
330 
331 /* Linker version detected at compile time. */
332 /* #undef HOST_LINK_VERSION */
333 
334 /* Target triple LLVM will generate code for by default */
335 /* Doesn't use `cmakedefine` because it is allowed to be empty. */
336 /* #undef LLVM_DEFAULT_TARGET_TRIPLE */
337 
338 /* Define if zlib compression is available */
339 #define LLVM_ENABLE_ZLIB 1
340 
341 /* Define if overriding target triple is enabled */
342 /* #undef LLVM_TARGET_TRIPLE_ENV */
343 
344 /* LLVM version information */
345 /* #undef LLVM_VERSION_INFO */
346 
347 /* Whether tools show host and target info when invoked with --version */
348 #define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1
349 
350 /* Define if libxml2 is supported on this platform. */
351 /* #undef LLVM_LIBXML2_ENABLED */
352 
353 /* Define to the extension used for shared libraries, say, ".so". */
354 #if defined(__APPLE__)
355 #define LTDL_SHLIB_EXT ".dylib"
356 #else
357 #define LTDL_SHLIB_EXT ".so"
358 #endif
359 
360 /* Define to the address where bug reports for this package should be sent. */
361 #define PACKAGE_BUGREPORT "https://bugs.freebsd.org/submit/"
362 
363 /* Define to the full name of this package. */
364 #define PACKAGE_NAME "LLVM"
365 
366 /* Define to the full name and version of this package. */
367 #define PACKAGE_STRING "LLVM 12.0.1"
368 
369 /* Define to the version of this package. */
370 #define PACKAGE_VERSION "12.0.1"
371 
372 /* Define to the vendor of this package. */
373 /* #undef PACKAGE_VENDOR */
374 
375 /* Define as the return type of signal handlers (`int' or `void'). */
376 #define RETSIGTYPE void
377 
378 /* Define if std::is_trivially_copyable is supported */
379 #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
380 
381 /* Define to a function implementing stricmp */
382 /* #undef stricmp */
383 
384 /* Define to a function implementing strdup */
385 /* #undef strdup */
386 
387 /* Whether GlobalISel rule coverage is being collected */
388 #define LLVM_GISEL_COV_ENABLED 0
389 
390 /* Define to the default GlobalISel coverage file prefix */
391 /* #undef LLVM_GISEL_COV_PREFIX */
392 
393 /* Whether Timers signpost passes in Xcode Instruments */
394 #if defined(__APPLE__)
395 #define LLVM_SUPPORT_XCODE_SIGNPOSTS 1
396 #else
397 #define LLVM_SUPPORT_XCODE_SIGNPOSTS 0
398 #endif
399 
400 #endif
401