Home | History | Annotate | Download | only in Config
      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 linker to use. */
     12 #define CLANG_DEFAULT_LINKER "${CLANG_DEFAULT_LINKER}"
     13 
     14 /* Default C++ stdlib to use. */
     15 #define CLANG_DEFAULT_CXX_STDLIB "${CLANG_DEFAULT_CXX_STDLIB}"
     16 
     17 /* Default runtime library to use. */
     18 #define CLANG_DEFAULT_RTLIB "${CLANG_DEFAULT_RTLIB}"
     19 
     20 /* Default OpenMP runtime used by -fopenmp. */
     21 #define CLANG_DEFAULT_OPENMP_RUNTIME "${CLANG_DEFAULT_OPENMP_RUNTIME}"
     22 
     23 /* Multilib suffix for libdir. */
     24 #define CLANG_LIBDIR_SUFFIX "${CLANG_LIBDIR_SUFFIX}"
     25 
     26 /* Relative directory for resource files */
     27 #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
     28 
     29 /* Directories clang will search for headers */
     30 #define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
     31 
     32 /* Default <path> to all compiler invocations for --sysroot=<path>. */
     33 #define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}"
     34 
     35 /* Directory where gcc is installed. */
     36 #define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}"
     37 
     38 /* Define if we have libxml2 */
     39 #cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML}
     40 
     41 /* Define if we have z3 and want to build it */
     42 #cmakedefine CLANG_ANALYZER_WITH_Z3 ${CLANG_ANALYZER_WITH_Z3}
     43 
     44 /* Define if we have sys/resource.h (rlimits) */
     45 #cmakedefine CLANG_HAVE_RLIMITS ${CLANG_HAVE_RLIMITS}
     46 
     47 /* The LLVM product name and version */
     48 #define BACKEND_PACKAGE_STRING "${BACKEND_PACKAGE_STRING}"
     49 
     50 /* Linker version detected at compile time. */
     51 #cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
     52 
     53 /* pass --build-id to ld */
     54 #cmakedefine ENABLE_LINKER_BUILD_ID
     55 
     56 /* enable x86 relax relocations by default */
     57 #cmakedefine01 ENABLE_X86_RELAX_RELOCATIONS
     58 
     59 #endif
     60