mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Update config.h.cmake corresponding to config.h.in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -14,12 +14,18 @@
|
|||||||
/* Directories clang will search for headers */
|
/* Directories clang will search for headers */
|
||||||
#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
|
#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
|
||||||
|
|
||||||
|
/* Default <path> to all compiler invocations for --sysroot=<path>. */
|
||||||
|
#undef DEFAULT_SYSROOT
|
||||||
|
|
||||||
/* Define if position independent code is enabled */
|
/* Define if position independent code is enabled */
|
||||||
#cmakedefine ENABLE_PIC
|
#cmakedefine ENABLE_PIC
|
||||||
|
|
||||||
/* Define if timestamp information (e.g., __DATE___) is allowed */
|
/* Define if timestamp information (e.g., __DATE__) is allowed */
|
||||||
#cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
|
#cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS}
|
||||||
|
|
||||||
|
/* Directory where gcc is installed. */
|
||||||
|
#undef GCC_INSTALL_PREFIX
|
||||||
|
|
||||||
/* Define to 1 if you have the `arc4random' function. */
|
/* Define to 1 if you have the `arc4random' function. */
|
||||||
#cmakedefine HAVE_ARC4RANDOM
|
#cmakedefine HAVE_ARC4RANDOM
|
||||||
|
|
||||||
@@ -617,6 +623,12 @@
|
|||||||
/* Installation prefix directory */
|
/* Installation prefix directory */
|
||||||
#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
|
#cmakedefine LLVM_PREFIX "${LLVM_PREFIX}"
|
||||||
|
|
||||||
|
/* Define if we have the Intel JIT API runtime support library */
|
||||||
|
#cmakedefine LLVM_USE_INTEL_JITEVENTS 1
|
||||||
|
|
||||||
|
/* Define if we have the oprofile JIT-support library */
|
||||||
|
#cmakedefine LLVM_USE_OPROFILE 1
|
||||||
|
|
||||||
/* Major version of the LLVM API */
|
/* Major version of the LLVM API */
|
||||||
#cmakedefine LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
|
#cmakedefine LLVM_VERSION_MAJOR ${LLVM_VERSION_MAJOR}
|
||||||
|
|
||||||
@@ -713,10 +725,4 @@
|
|||||||
/* Added by Kevin -- Maximum path length */
|
/* Added by Kevin -- Maximum path length */
|
||||||
#cmakedefine MAXPATHLEN ${MAXPATHLEN}
|
#cmakedefine MAXPATHLEN ${MAXPATHLEN}
|
||||||
|
|
||||||
/* Support for Intel JIT Events API is enabled */
|
|
||||||
#cmakedefine LLVM_USE_INTEL_JITEVENTS 1
|
|
||||||
|
|
||||||
/* Support for OProfile JIT API is enabled */
|
|
||||||
#cmakedefine LLVM_USE_OPROFILE 1
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user