config.h.cmake 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. /* include/llvm/Config/config.h.cmake corresponding to config.h.in. */
  2. #ifndef CONFIG_H
  3. #define CONFIG_H
  4. /* Exported configuration */
  5. #include "llvm/Config/llvm-config.h"
  6. /* Bug report URL. */
  7. #define BUG_REPORT_URL "${BUG_REPORT_URL}"
  8. /* Define if you want backtraces on crash */
  9. #cmakedefine ENABLE_BACKTRACES
  10. /* Define to enable crash overrides */
  11. #cmakedefine ENABLE_CRASH_OVERRIDES
  12. /* Define to disable C++ atexit */
  13. #cmakedefine DISABLE_LLVM_DYLIB_ATEXIT
  14. /* Define if position independent code is enabled */
  15. #cmakedefine ENABLE_PIC
  16. /* Define if timestamp information (e.g., __DATE__) is allowed */
  17. #cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
  18. /* Define to 1 if you have the `arc4random' function. */
  19. #cmakedefine HAVE_DECL_ARC4RANDOM ${HAVE_DECL_ARC4RANDOM}
  20. /* Define to 1 if you have the `backtrace' function. */
  21. #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
  22. /* Define to 1 if you have the `bcopy' function. */
  23. #undef HAVE_BCOPY
  24. /* Define to 1 if you have the `closedir' function. */
  25. #cmakedefine HAVE_CLOSEDIR ${HAVE_CLOSEDIR}
  26. /* Define to 1 if you have the <cxxabi.h> header file. */
  27. #cmakedefine HAVE_CXXABI_H ${HAVE_CXXABI_H}
  28. /* Define to 1 if you have the <CrashReporterClient.h> header file. */
  29. #undef HAVE_CRASHREPORTERCLIENT_H
  30. /* can use __crashreporter_info__ */
  31. #undef HAVE_CRASHREPORTER_INFO
  32. /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
  33. don't. */
  34. #cmakedefine01 HAVE_DECL_STRERROR_S
  35. /* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
  36. #cmakedefine HAVE_DIA_SDK ${HAVE_DIA_SDK}
  37. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  38. */
  39. #cmakedefine HAVE_DIRENT_H ${HAVE_DIRENT_H}
  40. /* Define if you have the GNU dld library. */
  41. #undef HAVE_DLD
  42. /* Define to 1 if you have the `dlerror' function. */
  43. #cmakedefine HAVE_DLERROR ${HAVE_DLERROR}
  44. /* Define to 1 if you have the <dlfcn.h> header file. */
  45. #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
  46. /* Define if dlopen() is available on this platform. */
  47. #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
  48. /* Define if you have the _dyld_func_lookup function. */
  49. #undef HAVE_DYLD
  50. /* Define to 1 if you have the <errno.h> header file. */
  51. #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
  52. /* Define to 1 if you have the <execinfo.h> header file. */
  53. #cmakedefine HAVE_EXECINFO_H ${HAVE_EXECINFO_H}
  54. /* Define to 1 if you have the <fcntl.h> header file. */
  55. #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
  56. /* Define to 1 if you have the <fenv.h> header file. */
  57. #cmakedefine HAVE_FENV_H ${HAVE_FENV_H}
  58. /* Define if libffi is available on this platform. */
  59. #cmakedefine HAVE_FFI_CALL ${HAVE_FFI_CALL}
  60. /* Define to 1 if you have the <ffi/ffi.h> header file. */
  61. #cmakedefine HAVE_FFI_FFI_H ${HAVE_FFI_FFI_H}
  62. /* Define to 1 if you have the <ffi.h> header file. */
  63. #cmakedefine HAVE_FFI_H ${HAVE_FFI_H}
  64. /* Define to 1 if you have the `futimes' function. */
  65. #cmakedefine HAVE_FUTIMES ${HAVE_FUTIMES}
  66. /* Define to 1 if you have the `futimens' function */
  67. #cmakedefine HAVE_FUTIMENS ${HAVE_FUTIMENS}
  68. /* Define to 1 if you have the `getcwd' function. */
  69. #cmakedefine HAVE_GETCWD ${HAVE_GETCWD}
  70. /* Define to 1 if you have the `getpagesize' function. */
  71. #cmakedefine HAVE_GETPAGESIZE ${HAVE_GETPAGESIZE}
  72. /* Define to 1 if you have the `getrlimit' function. */
  73. #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
  74. /* Define to 1 if you have the `getrusage' function. */
  75. #cmakedefine HAVE_GETRUSAGE ${HAVE_GETRUSAGE}
  76. /* Define to 1 if you have the `gettimeofday' function. */
  77. #cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
  78. /* Define to 1 if the system has the type `int64_t'. */
  79. #cmakedefine HAVE_INT64_T ${HAVE_INT64_T}
  80. /* Define to 1 if you have the <inttypes.h> header file. */
  81. #cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
  82. /* Define to 1 if you have the `isatty' function. */
  83. #cmakedefine HAVE_ISATTY 1
  84. /* Define if you have the libdl library or equivalent. */
  85. #cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
  86. /* Define to 1 if you have the `m' library (-lm). */
  87. #undef HAVE_LIBM
  88. /* Define to 1 if you have the `ole32' library (-lole32). */
  89. #undef HAVE_LIBOLE32
  90. /* Define to 1 if you have the `psapi' library (-lpsapi). */
  91. #cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
  92. /* Define to 1 if you have the `pthread' library (-lpthread). */
  93. #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
  94. /* Define to 1 if you have the `shell32' library (-lshell32). */
  95. #cmakedefine HAVE_LIBSHELL32 ${HAVE_LIBSHELL32}
  96. /* Define to 1 if you have the 'z' library (-lz). */
  97. #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
  98. /* Define to 1 if you have the 'edit' library (-ledit). */
  99. #cmakedefine HAVE_LIBEDIT ${HAVE_LIBEDIT}
  100. /* Define to 1 if you have the <limits.h> header file. */
  101. #cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
  102. /* Define to 1 if you have the <link.h> header file. */
  103. #cmakedefine HAVE_LINK_H ${HAVE_LINK_H}
  104. /* Define if you can use -rdynamic. */
  105. #define HAVE_LINK_EXPORT_DYNAMIC 1
  106. /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
  107. the current directory to the dynamic linker search path. */
  108. #undef HAVE_LINK_R
  109. /* Define to 1 if you have the `longjmp' function. */
  110. #cmakedefine HAVE_LONGJMP ${HAVE_LONGJMP}
  111. /* Define to 1 if you have the <mach/mach.h> header file. */
  112. #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
  113. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  114. #cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
  115. /* Define if mallinfo() is available on this platform. */
  116. #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
  117. /* Define to 1 if you have the <malloc.h> header file. */
  118. #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
  119. /* Define to 1 if you have the <malloc/malloc.h> header file. */
  120. #cmakedefine HAVE_MALLOC_MALLOC_H ${HAVE_MALLOC_MALLOC_H}
  121. /* Define to 1 if you have the `malloc_zone_statistics' function. */
  122. #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
  123. /* Define to 1 if you have the `mallctl` function. */
  124. #cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
  125. /* Define to 1 if you have the `mkdtemp' function. */
  126. #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
  127. /* Define to 1 if you have the `mkstemp' function. */
  128. #cmakedefine HAVE_MKSTEMP ${HAVE_MKSTEMP}
  129. /* Define to 1 if you have the `mktemp' function. */
  130. #cmakedefine HAVE_MKTEMP ${HAVE_MKTEMP}
  131. /* Define to 1 if you have a working `mmap' system call. */
  132. #undef HAVE_MMAP
  133. /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
  134. it uses MAP_ANON */
  135. #undef HAVE_MMAP_ANONYMOUS
  136. /* Define if mmap() can map files into memory */
  137. #undef HAVE_MMAP_FILE
  138. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  139. #cmakedefine HAVE_NDIR_H ${HAVE_NDIR_H}
  140. /* Define to 1 if you have the `opendir' function. */
  141. #cmakedefine HAVE_OPENDIR ${HAVE_OPENDIR}
  142. /* Define to 1 if you have the `posix_spawn' function. */
  143. #cmakedefine HAVE_POSIX_SPAWN ${HAVE_POSIX_SPAWN}
  144. /* Define to 1 if you have the `pread' function. */
  145. #cmakedefine HAVE_PREAD ${HAVE_PREAD}
  146. /* Define if libtool can extract symbol lists from object files. */
  147. #undef HAVE_PRELOADED_SYMBOLS
  148. /* Define to have the %a format string */
  149. #undef HAVE_PRINTF_A
  150. /* Have pthread_getspecific */
  151. #cmakedefine HAVE_PTHREAD_GETSPECIFIC ${HAVE_PTHREAD_GETSPECIFIC}
  152. /* Define to 1 if you have the <pthread.h> header file. */
  153. #cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
  154. /* Have pthread_mutex_lock */
  155. #cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
  156. /* Have pthread_rwlock_init */
  157. #cmakedefine HAVE_PTHREAD_RWLOCK_INIT ${HAVE_PTHREAD_RWLOCK_INIT}
  158. /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
  159. #cmakedefine HAVE_RAND48 ${HAVE_RAND48}
  160. /* Define to 1 if you have the `readdir' function. */
  161. #cmakedefine HAVE_READDIR ${HAVE_READDIR}
  162. /* Define to 1 if you have the `realpath' function. */
  163. #cmakedefine HAVE_REALPATH ${HAVE_REALPATH}
  164. /* Define to 1 if you have the `sbrk' function. */
  165. #cmakedefine HAVE_SBRK ${HAVE_SBRK}
  166. /* Define to 1 if you have the `setenv' function. */
  167. #cmakedefine HAVE_SETENV ${HAVE_SETENV}
  168. /* Define to 1 if you have the `setjmp' function. */
  169. #cmakedefine HAVE_SETJMP ${HAVE_SETJMP}
  170. /* Define to 1 if you have the `setrlimit' function. */
  171. #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
  172. /* Define if you have the shl_load function. */
  173. #undef HAVE_SHL_LOAD
  174. /* Define to 1 if you have the `siglongjmp' function. */
  175. #cmakedefine HAVE_SIGLONGJMP ${HAVE_SIGLONGJMP}
  176. /* Define to 1 if you have the <signal.h> header file. */
  177. #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
  178. /* Define to 1 if you have the `sigsetjmp' function. */
  179. #cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
  180. /* Define to 1 if you have the <stdint.h> header file. */
  181. #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
  182. /* Set to 1 if the std::isinf function is found in <cmath> */
  183. #undef HAVE_STD_ISINF_IN_CMATH
  184. /* Set to 1 if the std::isnan function is found in <cmath> */
  185. #undef HAVE_STD_ISNAN_IN_CMATH
  186. /* Define to 1 if you have the `strdup' function. */
  187. #cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
  188. /* Define to 1 if you have the `strerror' function. */
  189. #cmakedefine HAVE_STRERROR ${HAVE_STRERROR}
  190. /* Define to 1 if you have the `strerror_r' function. */
  191. #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
  192. /* Define to 1 if you have the `strtoll' function. */
  193. #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
  194. /* Define to 1 if you have the `strtoq' function. */
  195. #cmakedefine HAVE_STRTOQ ${HAVE_STRTOQ}
  196. /* Define to 1 if you have the `sysconf' function. */
  197. #undef HAVE_SYSCONF
  198. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  199. */
  200. #cmakedefine HAVE_SYS_DIR_H ${HAVE_SYS_DIR_H}
  201. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  202. #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
  203. /* Define to 1 if you have the <sys/mman.h> header file. */
  204. #cmakedefine HAVE_SYS_MMAN_H ${}
  205. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  206. */
  207. #cmakedefine HAVE_SYS_NDIR_H ${HAVE_SYS_NDIR_H}
  208. /* Define to 1 if you have the <sys/param.h> header file. */
  209. #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
  210. /* Define to 1 if you have the <sys/resource.h> header file. */
  211. #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
  212. /* Define to 1 if you have the <sys/stat.h> header file. */
  213. #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
  214. /* Define to 1 if you have the <sys/time.h> header file. */
  215. #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
  216. /* Define to 1 if you have the <sys/types.h> header file. */
  217. #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
  218. /* Define to 1 if you have the <sys/uio.h> header file. */
  219. #cmakedefine HAVE_SYS_UIO_H ${HAVE_SYS_UIO_H}
  220. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  221. #cmakedefine HAVE_SYS_WAIT_H ${HAVE_SYS_WAIT_H}
  222. /* Define if the setupterm() function is supported this platform. */
  223. #cmakedefine HAVE_TERMINFO ${HAVE_TERMINFO}
  224. /* Define to 1 if you have the <termios.h> header file. */
  225. #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
  226. /* Define to 1 if the system has the type `uint64_t'. */
  227. #cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T}
  228. /* Define to 1 if you have the <unistd.h> header file. */
  229. #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
  230. /* Define to 1 if you have the <utime.h> header file. */
  231. #cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
  232. /* Define to 1 if the system has the type `u_int64_t'. */
  233. #cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T}
  234. /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
  235. #cmakedefine HAVE_VALGRIND_VALGRIND_H ${HAVE_VALGRIND_VALGRIND_H}
  236. /* Define to 1 if you have the `writev' function. */
  237. #cmakedefine HAVE_WRITEV ${HAVE_WRITEV}
  238. /* Define to 1 if you have the <zlib.h> header file. */
  239. #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
  240. /* Have host's _alloca */
  241. #cmakedefine HAVE__ALLOCA ${HAVE__ALLOCA}
  242. /* Have host's __alloca */
  243. #cmakedefine HAVE___ALLOCA ${HAVE___ALLOCA}
  244. /* Have host's __ashldi3 */
  245. #cmakedefine HAVE___ASHLDI3 ${HAVE___ASHLDI3}
  246. /* Have host's __ashrdi3 */
  247. #cmakedefine HAVE___ASHRDI3 ${HAVE___ASHRDI3}
  248. /* Have host's __chkstk */
  249. #cmakedefine HAVE___CHKSTK ${HAVE___CHKSTK}
  250. /* Have host's __chkstk_ms */
  251. #cmakedefine HAVE___CHKSTK_MS ${HAVE___CHKSTK_MS}
  252. /* Have host's __cmpdi2 */
  253. #cmakedefine HAVE___CMPDI2 ${HAVE___CMPDI2}
  254. /* Have host's __divdi3 */
  255. #cmakedefine HAVE___DIVDI3 ${HAVE___DIVDI3}
  256. /* Define to 1 if you have the `__dso_handle' function. */
  257. #undef HAVE___DSO_HANDLE
  258. /* Have host's __fixdfdi */
  259. #cmakedefine HAVE___FIXDFDI ${HAVE___FIXDFDI}
  260. /* Have host's __fixsfdi */
  261. #cmakedefine HAVE___FIXSFDI ${HAVE___FIXSFDI}
  262. /* Have host's __floatdidf */
  263. #cmakedefine HAVE___FLOATDIDF ${HAVE___FLOATDIDF}
  264. /* Have host's __lshrdi3 */
  265. #cmakedefine HAVE___LSHRDI3 ${HAVE___LSHRDI3}
  266. /* Have host's __main */
  267. #cmakedefine HAVE___MAIN ${HAVE___MAIN}
  268. /* Have host's __moddi3 */
  269. #cmakedefine HAVE___MODDI3 ${HAVE___MODDI3}
  270. /* Have host's __udivdi3 */
  271. #cmakedefine HAVE___UDIVDI3 ${HAVE___UDIVDI3}
  272. /* Have host's __umoddi3 */
  273. #cmakedefine HAVE___UMODDI3 ${HAVE___UMODDI3}
  274. /* Have host's ___chkstk */
  275. #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK}
  276. /* Have host's ___chkstk_ms */
  277. #cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
  278. /* Linker version detected at compile time. */
  279. #undef HOST_LINK_VERSION
  280. /* Installation directory for binary executables */
  281. #cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
  282. /* Time at which LLVM was configured */
  283. #cmakedefine LLVM_CONFIGTIME "${LLVM_CONFIGTIME}"
  284. /* Installation directory for data files */
  285. #cmakedefine LLVM_DATADIR "${LLVM_DATADIR}"
  286. /* Target triple LLVM will generate code for by default */
  287. #cmakedefine LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
  288. /* Installation directory for documentation */
  289. #cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
  290. /* Define if LLVM is built with asserts and checks that change the layout of
  291. client-visible data structures. */
  292. #cmakedefine LLVM_ENABLE_ABI_BREAKING_CHECKS
  293. /* Define if threads enabled */
  294. #cmakedefine01 LLVM_ENABLE_THREADS
  295. /* Define if zlib compression is available */
  296. #cmakedefine01 LLVM_ENABLE_ZLIB
  297. /* Installation directory for config files */
  298. #cmakedefine LLVM_ETCDIR "${LLVM_ETCDIR}"
  299. /* Has gcc/MSVC atomic intrinsics */
  300. #cmakedefine01 LLVM_HAS_ATOMICS
  301. /* Host triple LLVM will be executed on */
  302. #cmakedefine LLVM_HOST_TRIPLE "${LLVM_HOST_TRIPLE}"
  303. /* Installation directory for include files */
  304. #cmakedefine LLVM_INCLUDEDIR "${LLVM_INCLUDEDIR}"
  305. /* Installation directory for .info files */
  306. #cmakedefine LLVM_INFODIR "${LLVM_INFODIR}"
  307. /* Installation directory for man pages */
  308. #cmakedefine LLVM_MANDIR "${LLVM_MANDIR}"
  309. /* LLVM architecture name for the native architecture, if available */
  310. #cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
  311. /* LLVM name for the native AsmParser init function, if available */
  312. #cmakedefine LLVM_NATIVE_ASMPARSER LLVMInitialize${LLVM_NATIVE_ARCH}AsmParser
  313. /* LLVM name for the native AsmPrinter init function, if available */
  314. #cmakedefine LLVM_NATIVE_ASMPRINTER LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter
  315. /* LLVM name for the native Disassembler init function, if available */
  316. #cmakedefine LLVM_NATIVE_DISASSEMBLER LLVMInitialize${LLVM_NATIVE_ARCH}Disassembler
  317. /* LLVM name for the native Target init function, if available */
  318. #cmakedefine LLVM_NATIVE_TARGET LLVMInitialize${LLVM_NATIVE_ARCH}Target
  319. /* LLVM name for the native TargetInfo init function, if available */
  320. #cmakedefine LLVM_NATIVE_TARGETINFO LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo
  321. /* LLVM name for the native target MC init function, if available */
  322. #cmakedefine LLVM_NATIVE_TARGETMC LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
  323. /* Define if this is Unixish platform */
  324. #cmakedefine LLVM_ON_UNIX ${LLVM_ON_UNIX}
  325. /* Define if this is Win32ish platform */
  326. #cmakedefine LLVM_ON_WIN32 ${LLVM_ON_WIN32}
  327. /* Installation prefix directory */
  328. #cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
  329. /* Define if we have the Intel JIT API runtime support library */
  330. #cmakedefine LLVM_USE_INTEL_JITEVENTS 1
  331. /* Define if we have the oprofile JIT-support library */
  332. #cmakedefine LLVM_USE_OPROFILE 1
  333. /* Major version of the LLVM API */
  334. #define LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
  335. /* Minor version of the LLVM API */
  336. #define LLVM_VERSION_MINOR ${LLVM_VERSION_MINOR}
  337. /* Patch version of the LLVM API */
  338. #define LLVM_VERSION_PATCH ${LLVM_VERSION_PATCH}
  339. /* LLVM version string */
  340. #define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
  341. /* Define if we link Polly to the tools */
  342. #cmakedefine LINK_POLLY_INTO_TOOLS
  343. /* Define if the OS needs help to load dependent libraries for dlopen(). */
  344. #cmakedefine LTDL_DLOPEN_DEPLIBS ${LTDL_DLOPEN_DEPLIBS}
  345. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  346. */
  347. #undef LTDL_OBJDIR
  348. /* Define to the extension used for shared libraries, say, ".so". */
  349. #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
  350. /* Define to the system default library search path. */
  351. #cmakedefine LTDL_SYSSEARCHPATH "${LTDL_SYSSEARCHPATH}"
  352. /* Define if /dev/zero should be used when mapping RWX memory, or undefine if
  353. its not necessary */
  354. #undef NEED_DEV_ZERO_FOR_MMAP
  355. /* Define if dlsym() requires a leading underscore in symbol names. */
  356. #undef NEED_USCORE
  357. /* Define to the address where bug reports for this package should be sent. */
  358. #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
  359. /* Define to the full name of this package. */
  360. #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
  361. /* Define to the full name and version of this package. */
  362. #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
  363. /* Define to the one symbol short name of this package. */
  364. #undef PACKAGE_TARNAME
  365. /* Define to the version of this package. */
  366. #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
  367. /* Define as the return type of signal handlers (`int' or `void'). */
  368. #cmakedefine RETSIGTYPE ${RETSIGTYPE}
  369. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  370. #undef STAT_MACROS_BROKEN
  371. /* Define to 1 if you have the ANSI C header files. */
  372. #undef STDC_HEADERS
  373. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  374. #undef TIME_WITH_SYS_TIME
  375. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  376. #undef TM_IN_SYS_TIME
  377. /* Type of 1st arg on ELM Callback */
  378. #cmakedefine WIN32_ELMCB_PCSTR ${WIN32_ELMCB_PCSTR}
  379. /* Define to `int' if <sys/types.h> does not define. */
  380. #undef pid_t
  381. /* Define to `unsigned int' if <sys/types.h> does not define. */
  382. #undef size_t
  383. /* Define to a function replacing strtoll */
  384. #cmakedefine strtoll ${strtoll}
  385. /* Define to a function implementing strtoull */
  386. #cmakedefine strtoull ${strtoull}
  387. /* Define to a function implementing stricmp */
  388. #cmakedefine stricmp ${stricmp}
  389. /* Define to a function implementing strdup */
  390. #cmakedefine strdup ${strdup}
  391. /* Define to 1 if you have the `_chsize_s' function. */
  392. #cmakedefine HAVE__CHSIZE_S ${HAVE__CHSIZE_S}
  393. #endif