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 /* Default architecture for OpenMP offloading to Nvidia GPUs. */
     24 #define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "sm_30"
     25 
     26 /* Multilib suffix for libdir. */
     27 #define CLANG_LIBDIR_SUFFIX "64"
     28 
     29 /* Relative directory for resource files */
     30 #define CLANG_RESOURCE_DIR ""
     31 
     32 /* Directories clang will search for headers */
     33 #define C_INCLUDE_DIRS ""
     34 
     35 /* Default <path> to all compiler invocations for --sysroot=<path>. */
     36 #define DEFAULT_SYSROOT ""
     37 
     38 /* Directory where gcc is installed. */
     39 #define GCC_INSTALL_PREFIX ""
     40 
     41 /* Define if we have libxml2 */
     42 /* #undef CLANG_HAVE_LIBXML */
     43 
     44 /* Define if we have z3 and want to build it */
     45 /* #undef CLANG_ANALYZER_WITH_Z3 */
     46 
     47 /* Define if we have sys/resource.h (rlimits) */
     48 #define CLANG_HAVE_RLIMITS 1
     49 
     50 /* The LLVM product name and version */
     51 #define BACKEND_PACKAGE_STRING "LLVM 6.0.1svn"
     52 
     53 /* Linker version detected at compile time. */
     54 /* #undef HOST_LINK_VERSION */
     55 
     56 /* pass --build-id to ld */
     57 /* #undef ENABLE_LINKER_BUILD_ID */
     58 
     59 /* enable x86 relax relocations by default */
     60 #define ENABLE_X86_RELAX_RELOCATIONS 0
     61 
     62 /* Enable each functionality of modules */
     63 #define CLANG_ENABLE_ARCMT 1
     64 #define CLANG_ENABLE_OBJC_REWRITER 1
     65 #define CLANG_ENABLE_STATIC_ANALYZER 1
     66 
     67 #endif
     68