OSDN Git Service

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