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