Changeset View
Changeset View
Standalone View
Standalone View
llvm/include/llvm/Config/llvm-config.h.cmake
Show First 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | |||||
/* LLVM version string */ | /* LLVM version string */ | ||||
#define LLVM_VERSION_STRING "${PACKAGE_VERSION}" | #define LLVM_VERSION_STRING "${PACKAGE_VERSION}" | ||||
/* Whether LLVM records statistics for use with GetStatistics(), | /* Whether LLVM records statistics for use with GetStatistics(), | ||||
* PrintStatistics() or PrintStatisticsJSON() | * PrintStatistics() or PrintStatisticsJSON() | ||||
*/ | */ | ||||
#cmakedefine01 LLVM_FORCE_ENABLE_STATS | #cmakedefine01 LLVM_FORCE_ENABLE_STATS | ||||
/* Define if we have z3 and want to build it */ | |||||
#cmakedefine LLVM_WITH_Z3 ${LLVM_WITH_Z3} | |||||
/* Define if LLVM was built with a dependency to the libtensorflow dynamic library */ | /* Define if LLVM was built with a dependency to the libtensorflow dynamic library */ | ||||
#cmakedefine LLVM_HAVE_TF_API | #cmakedefine LLVM_HAVE_TF_API | ||||
/* Define if LLVM was built with a dependency to the tensorflow compiler */ | /* Define if LLVM was built with a dependency to the tensorflow compiler */ | ||||
#cmakedefine LLVM_HAVE_TF_AOT | #cmakedefine LLVM_HAVE_TF_AOT | ||||
#endif | #endif |