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