Home | History | Annotate | Download | only in Config
      1 /* tools/clang/include/clang/Config/config.h.  Generated from config.h.in by configure.  */
      2 /* include/clang/Config/config.h.in. */
      3 
      4 #ifdef CLANG_CONFIG_H
      5 #error config.h can only be included once
      6 #else
      7 #define CLANG_CONFIG_H
      8 
      9 #define CLANG_VENDOR "Android "
     10 
     11 /* Bug report URL. */
     12 #define BUG_REPORT_URL "http://llvm.org/bugs/"
     13 
     14 /* Default linker to use. */
     15 #define CLANG_DEFAULT_LINKER ""
     16 
     17 /* Default C++ stdlib to use. */
     18 #define CLANG_DEFAULT_CXX_STDLIB ""
     19 
     20 /* Default runtime library to use (\"libgcc\" or \"compiler-rt\", empty for platform default) */
     21 #define CLANG_DEFAULT_RTLIB ""
     22 
     23 /* Default OpenMP runtime used by -fopenmp. */
     24 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
     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 PACKAGE_STRING "LLVM 5.0.300080"
     45 
     46 /* The LLVM product name and version */
     47 #define BACKEND_PACKAGE_STRING PACKAGE_STRING
     48 
     49 /* Linker version detected at compile time. */
     50 #define HOST_LINK_VERSION "2.24"
     51 
     52 /* enable x86 relax relocations by default */
     53 #define ENABLE_X86_RELAX_RELOCATIONS 0
     54 
     55 #endif
     56