Changeset View
Changeset View
Standalone View
Standalone View
llvm/include/llvm/Config/config.h.cmake
#ifndef CONFIG_H | #ifndef CONFIG_H | ||||
#define CONFIG_H | #define CONFIG_H | ||||
// Include this header only under the llvm source tree. | |||||
// This is a private header. | |||||
/* Exported configuration */ | /* Exported configuration */ | ||||
#include "llvm/Config/llvm-config.h" | #include "llvm/Config/llvm-config.h" | ||||
/* Bug report URL. */ | /* Bug report URL. */ | ||||
#define BUG_REPORT_URL "${BUG_REPORT_URL}" | #define BUG_REPORT_URL "${BUG_REPORT_URL}" | ||||
/* Define to 1 to enable backtraces, and to 0 otherwise. */ | /* Define to 1 to enable backtraces, and to 0 otherwise. */ | ||||
#cmakedefine01 ENABLE_BACKTRACES | #cmakedefine01 ENABLE_BACKTRACES | ||||
▲ Show 20 Lines • Show All 318 Lines • ▼ Show 20 Lines | |||||
#cmakedefine stricmp ${stricmp} | #cmakedefine stricmp ${stricmp} | ||||
/* Define to a function implementing strdup */ | /* Define to a function implementing strdup */ | ||||
#cmakedefine strdup ${strdup} | #cmakedefine strdup ${strdup} | ||||
/* Whether GlobalISel rule coverage is being collected */ | /* Whether GlobalISel rule coverage is being collected */ | ||||
#cmakedefine01 LLVM_GISEL_COV_ENABLED | #cmakedefine01 LLVM_GISEL_COV_ENABLED | ||||
/* Define if we have z3 and want to build it */ | |||||
#cmakedefine LLVM_WITH_Z3 ${LLVM_WITH_Z3} | |||||
/* Define to the default GlobalISel coverage file prefix */ | /* Define to the default GlobalISel coverage file prefix */ | ||||
#cmakedefine LLVM_GISEL_COV_PREFIX "${LLVM_GISEL_COV_PREFIX}" | #cmakedefine LLVM_GISEL_COV_PREFIX "${LLVM_GISEL_COV_PREFIX}" | ||||
/* Whether Timers signpost passes in Xcode Instruments */ | /* Whether Timers signpost passes in Xcode Instruments */ | ||||
#cmakedefine01 LLVM_SUPPORT_XCODE_SIGNPOSTS | #cmakedefine01 LLVM_SUPPORT_XCODE_SIGNPOSTS | ||||
#endif | #endif |