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