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