1/* This generated file is for internal use. Do not include it from headers. */ 2 3#ifdef CLANG_CONFIG_H 4#error config.h can only be included once 5#else 6#define CLANG_CONFIG_H 7 8/* Bug report URL. */ 9#define BUG_REPORT_URL "${BUG_REPORT_URL}" 10 11/* Default OpenMP runtime used by -fopenmp. */ 12#define CLANG_DEFAULT_OPENMP_RUNTIME "${CLANG_DEFAULT_OPENMP_RUNTIME}" 13 14/* Multilib suffix for libdir. */ 15#define CLANG_LIBDIR_SUFFIX "${CLANG_LIBDIR_SUFFIX}" 16 17/* Relative directory for resource files */ 18#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}" 19 20/* Directories clang will search for headers */ 21#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}" 22 23/* Default <path> to all compiler invocations for --sysroot=<path>. */ 24#define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}" 25 26/* Directory where gcc is installed. */ 27#define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}" 28 29/* Define if we have libxml2 */ 30#cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML} 31 32/* The LLVM product name and version */ 33#define BACKEND_PACKAGE_STRING "${BACKEND_PACKAGE_STRING}" 34 35/* Linker version detected at compile time. */ 36#cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}" 37 38#endif 39