config-win.h 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. /* Exported configuration */
  4. #include "llvm/Config/llvm-config.h"
  5. /* Bug report URL. */
  6. #define BUG_REPORT_URL "https://bugs.llvm.org/"
  7. /* Define to 1 to enable backtraces, and to 0 otherwise. */
  8. #define ENABLE_BACKTRACES 1
  9. /* Define to 1 to enable crash overrides, and to 0 otherwise. */
  10. #define ENABLE_CRASH_OVERRIDES 1
  11. /* Define to 1 to enable crash memory dumps, and to 0 otherwise. */
  12. #define LLVM_ENABLE_CRASH_DUMPS 0
  13. /* Define to 1 if you have the `backtrace' function. */
  14. /* #undef HAVE_BACKTRACE */
  15. #define BACKTRACE_HEADER <execinfo.h>
  16. /* Define to 1 if you have the <CrashReporterClient.h> header file. */
  17. /* #undef HAVE_CRASHREPORTERCLIENT_H */
  18. /* can use __crashreporter_info__ */
  19. #define HAVE_CRASHREPORTER_INFO 0
  20. /* Define to 1 if you have the declaration of `arc4random', and to 0 if you
  21. don't. */
  22. #define HAVE_DECL_ARC4RANDOM 0
  23. /* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
  24. don't. */
  25. #define HAVE_DECL_FE_ALL_EXCEPT 1
  26. /* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
  27. don't. */
  28. #define HAVE_DECL_FE_INEXACT 1
  29. /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
  30. don't. */
  31. #define HAVE_DECL_STRERROR_S 1
  32. /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
  33. #define LLVM_ENABLE_DIA_SDK 0
  34. /* Define to 1 if you have the <dlfcn.h> header file. */
  35. /* #undef HAVE_DLFCN_H */
  36. /* Define if dlopen() is available on this platform. */
  37. /* #undef HAVE_DLOPEN */
  38. /* Define if dladdr() is available on this platform. */
  39. /* #undef HAVE_DLADDR */
  40. /* Define to 1 if you have the <errno.h> header file. */
  41. #define HAVE_ERRNO_H 1
  42. /* Define to 1 if you have the <fcntl.h> header file. */
  43. #define HAVE_FCNTL_H 1
  44. /* Define to 1 if you have the <fenv.h> header file. */
  45. #define HAVE_FENV_H 1
  46. /* Define if libffi is available on this platform. */
  47. /* #undef HAVE_FFI_CALL */
  48. /* Define to 1 if you have the <ffi/ffi.h> header file. */
  49. /* #undef HAVE_FFI_FFI_H */
  50. /* Define to 1 if you have the <ffi.h> header file. */
  51. /* #undef HAVE_FFI_H */
  52. /* Define to 1 if you have the `futimens' function. */
  53. /* #undef HAVE_FUTIMENS */
  54. /* Define to 1 if you have the `futimes' function. */
  55. /* #undef HAVE_FUTIMES */
  56. /* Define to 1 if you have the `getpagesize' function. */
  57. /* #undef HAVE_GETPAGESIZE */
  58. /* Define to 1 if you have the `getrlimit' function. */
  59. /* #undef HAVE_GETRLIMIT */
  60. /* Define to 1 if you have the `getrusage' function. */
  61. /* #undef HAVE_GETRUSAGE */
  62. /* Define to 1 if you have the `isatty' function. */
  63. /* #undef HAVE_ISATTY */
  64. /* Define to 1 if you have the `edit' library (-ledit). */
  65. /* #undef HAVE_LIBEDIT */
  66. /* Define to 1 if you have the `pfm' library (-lpfm). */
  67. /* #undef HAVE_LIBPFM */
  68. /* Define to 1 if you have the `psapi' library (-lpsapi). */
  69. /* #undef HAVE_LIBPSAPI */
  70. /* Define to 1 if you have the `pthread' library (-lpthread). */
  71. /* #undef HAVE_LIBPTHREAD */
  72. /* Define to 1 if you have the `pthread_getname_np' function. */
  73. /* #undef HAVE_PTHREAD_GETNAME_NP */
  74. /* Define to 1 if you have the `pthread_setname_np' function. */
  75. /* #undef HAVE_PTHREAD_SETNAME_NP */
  76. /* Define to 1 if you have the `z' library (-lz). */
  77. #define HAVE_LIBZ 1
  78. /* Define to 1 if you have the <link.h> header file. */
  79. /* #undef HAVE_LINK_H */
  80. /* Define to 1 if you have the `lseek64' function. */
  81. /* #undef HAVE_LSEEK64 */
  82. /* Define to 1 if you have the <mach/mach.h> header file. */
  83. /* #undef HAVE_MACH_MACH_H */
  84. /* Define to 1 if you have the `mallctl' function. */
  85. /* #undef HAVE_MALLCTL */
  86. /* Define to 1 if you have the `mallinfo' function. */
  87. /* #undef HAVE_MALLINFO */
  88. /* Define to 1 if you have the <malloc/malloc.h> header file. */
  89. /* #undef HAVE_MALLOC_MALLOC_H */
  90. /* Define to 1 if you have the `malloc_zone_statistics' function. */
  91. /* #undef HAVE_MALLOC_ZONE_STATISTICS */
  92. /* Define to 1 if you have the `posix_fallocate' function. */
  93. /* #undef HAVE_POSIX_FALLOCATE */
  94. /* Define to 1 if you have the `posix_spawn' function. */
  95. /* #undef HAVE_POSIX_SPAWN */
  96. /* Define to 1 if you have the `pread' function. */
  97. /* #undef HAVE_PREAD */
  98. /* Have pthread_getspecific */
  99. /* #undef HAVE_PTHREAD_GETSPECIFIC */
  100. /* Define to 1 if you have the <pthread.h> header file. */
  101. /* #undef HAVE_PTHREAD_H */
  102. /* Have pthread_mutex_lock */
  103. /* #undef HAVE_PTHREAD_MUTEX_LOCK */
  104. /* Have pthread_rwlock_init */
  105. /* #undef HAVE_PTHREAD_RWLOCK_INIT */
  106. /* Define to 1 if you have the `sbrk' function. */
  107. /* #undef HAVE_SBRK */
  108. /* Define to 1 if you have the `setenv' function. */
  109. /* #undef HAVE_SETENV */
  110. /* Define to 1 if you have the `sched_getaffinity' function. */
  111. /* #undef HAVE_SCHED_GETAFFINITY */
  112. /* Define to 1 if you have the `CPU_COUNT' macro. */
  113. /* #undef HAVE_CPU_COUNT */
  114. /* Define to 1 if you have the `setrlimit' function. */
  115. /* #undef HAVE_SETRLIMIT */
  116. /* Define to 1 if you have the `sigaltstack' function. */
  117. /* #undef HAVE_SIGALTSTACK */
  118. /* Define to 1 if you have the <signal.h> header file. */
  119. #define HAVE_SIGNAL_H 1
  120. /* Define to 1 if you have the `strerror' function. */
  121. #define HAVE_STRERROR 1
  122. /* Define to 1 if you have the `strerror_r' function. */
  123. /* #undef HAVE_STRERROR_R */
  124. /* Define to 1 if you have the `sysconf' function. */
  125. /* #undef HAVE_SYSCONF */
  126. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  127. /* #undef HAVE_SYS_IOCTL_H */
  128. /* Define to 1 if you have the <sys/mman.h> header file. */
  129. /* #undef HAVE_SYS_MMAN_H */
  130. /* Define to 1 if you have the <sys/param.h> header file. */
  131. /* #undef HAVE_SYS_PARAM_H */
  132. /* Define to 1 if you have the <sys/resource.h> header file. */
  133. /* #undef HAVE_SYS_RESOURCE_H */
  134. /* Define to 1 if you have the <sys/stat.h> header file. */
  135. #define HAVE_SYS_STAT_H 1
  136. /* Define to 1 if you have the <sys/time.h> header file. */
  137. /* #undef HAVE_SYS_TIME_H */
  138. /* Define to 1 if stat struct has st_mtimespec member .*/
  139. /* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
  140. /* Define to 1 if stat struct has st_mtim member. */
  141. /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
  142. /* Define to 1 if you have the <sys/types.h> header file. */
  143. #define HAVE_SYS_TYPES_H 1
  144. /* Define if the setupterm() function is supported this platform. */
  145. /* #undef HAVE_TERMINFO */
  146. /* Define if the xar_open() function is supported this platform. */
  147. /* #undef HAVE_LIBXAR */
  148. /* Define to 1 if you have the <termios.h> header file. */
  149. /* #undef HAVE_TERMIOS_H */
  150. /* Define to 1 if you have the <unistd.h> header file. */
  151. /* #undef HAVE_UNISTD_H */
  152. /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
  153. /* #undef HAVE_VALGRIND_VALGRIND_H */
  154. /* Define to 1 if you have the <zlib.h> header file. */
  155. #define HAVE_ZLIB_H 1
  156. /* Have host's _alloca */
  157. /* #undef HAVE__ALLOCA */
  158. /* Define to 1 if you have the `_chsize_s' function. */
  159. #define HAVE__CHSIZE_S 1
  160. /* Define to 1 if you have the `_Unwind_Backtrace' function. */
  161. /* #undef HAVE__UNWIND_BACKTRACE */
  162. /* Have host's __alloca */
  163. /* #undef HAVE___ALLOCA */
  164. /* Have host's __ashldi3 */
  165. /* #undef HAVE___ASHLDI3 */
  166. /* Have host's __ashrdi3 */
  167. /* #undef HAVE___ASHRDI3 */
  168. /* Have host's __chkstk */
  169. /* #undef HAVE___CHKSTK */
  170. /* Have host's __chkstk_ms */
  171. /* #undef HAVE___CHKSTK_MS */
  172. /* Have host's __cmpdi2 */
  173. /* #undef HAVE___CMPDI2 */
  174. /* Have host's __divdi3 */
  175. /* #undef HAVE___DIVDI3 */
  176. /* Have host's __fixdfdi */
  177. /* #undef HAVE___FIXDFDI */
  178. /* Have host's __fixsfdi */
  179. /* #undef HAVE___FIXSFDI */
  180. /* Have host's __floatdidf */
  181. /* #undef HAVE___FLOATDIDF */
  182. /* Have host's __lshrdi3 */
  183. /* #undef HAVE___LSHRDI3 */
  184. /* Have host's __main */
  185. /* #undef HAVE___MAIN */
  186. /* Have host's __moddi3 */
  187. /* #undef HAVE___MODDI3 */
  188. /* Have host's __udivdi3 */
  189. /* #undef HAVE___UDIVDI3 */
  190. /* Have host's __umoddi3 */
  191. /* #undef HAVE___UMODDI3 */
  192. /* Have host's ___chkstk */
  193. /* #undef HAVE____CHKSTK */
  194. /* Have host's ___chkstk_ms */
  195. /* #undef HAVE____CHKSTK_MS */
  196. /* Linker version detected at compile time. */
  197. /* #undef HOST_LINK_VERSION */
  198. /* Target triple LLVM will generate code for by default */
  199. /* Doesn't use `cmakedefine` because it is allowed to be empty. */
  200. #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-win32"
  201. /* Define if zlib compression is available */
  202. #define LLVM_ENABLE_ZLIB 1
  203. /* Define if overriding target triple is enabled */
  204. /* #undef LLVM_TARGET_TRIPLE_ENV */
  205. /* LLVM version information */
  206. /* #undef LLVM_VERSION_INFO */
  207. /* Whether tools show host and target info when invoked with --version */
  208. #define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1
  209. /* Define if libxml2 is supported on this platform. */
  210. /* #undef LLVM_LIBXML2_ENABLED */
  211. /* Define to the extension used for shared libraries, say, ".so". */
  212. #define LTDL_SHLIB_EXT ".dll"
  213. /* Define to the address where bug reports for this package should be sent. */
  214. #define PACKAGE_BUGREPORT "https://bugs.llvm.org/"
  215. /* Define to the full name of this package. */
  216. #define PACKAGE_NAME "LLVM"
  217. /* Define to the full name and version of this package. */
  218. #define PACKAGE_STRING "LLVM 12.0.1"
  219. /* Define to the version of this package. */
  220. #define PACKAGE_VERSION "12.0.1"
  221. /* Define to the vendor of this package. */
  222. /* #undef PACKAGE_VENDOR */
  223. /* Define as the return type of signal handlers (`int' or `void'). */
  224. #define RETSIGTYPE void
  225. /* Define if std::is_trivially_copyable is supported */
  226. #define HAVE_STD_IS_TRIVIALLY_COPYABLE 1
  227. /* Define to a function implementing stricmp */
  228. #define stricmp _stricmp
  229. /* Define to a function implementing strdup */
  230. #define strdup _strdup
  231. /* Whether GlobalISel rule coverage is being collected */
  232. #define LLVM_GISEL_COV_ENABLED 0
  233. /* Define if we have z3 and want to build it */
  234. /* #undef LLVM_WITH_Z3 */
  235. /* Define to the default GlobalISel coverage file prefix */
  236. /* #undef LLVM_GISEL_COV_PREFIX */
  237. /* Whether Timers signpost passes in Xcode Instruments */
  238. #define LLVM_SUPPORT_XCODE_SIGNPOSTS 0
  239. #endif