Home | History | Annotate | Line # | Download | only in Config
      1 /* include/clang/Config/config.h.  Generated from config.h.in by configure.  */
      2 /* This generated file is for internal use. Do not include it from headers. */
      3 
      4 #ifdef CLANG_CONFIG_H
      5 #error config.h can only be included once
      6 #else
      7 #define CLANG_CONFIG_H
      8 
      9 /* Bug report URL. */
     10 #define BUG_REPORT_URL "http://llvm.org/bugs/"
     11 
     12 /* Default C++ stdlib to use. */
     13 #define CLANG_DEFAULT_CXX_STDLIB ""
     14 
     15 /* Default objcopy to use */
     16 #define CLANG_DEFAULT_OBJCOPY "objcopy"
     17 
     18 /* Default runtime library to use. */
     19 #define CLANG_DEFAULT_RTLIB ""
     20 
     21 /* Default unwind library to use. */
     22 #define CLANG_DEFAULT_UNWINDLIB "none"
     23 
     24 /* Default linker to use (linker name or absolute path, empty for platform
     25    default) */
     26 #define CLANG_DEFAULT_LINKER ""
     27 
     28 /* Default OpenMP runtime used by -fopenmp. */
     29 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
     30 
     31 /* Multilib suffix for libdir. */
     32 #define CLANG_LIBDIR_SUFFIX ""
     33 
     34 /* Relative directory for resource files */
     35 #define CLANG_RESOURCE_DIR ""
     36 
     37 /* Directories clang will search for headers */
     38 #define C_INCLUDE_DIRS "/usr/include/clang-13.0:/usr/include"
     39 
     40 /* Default <path> to all compiler invocations for --sysroot=<path>. */
     41 #define DEFAULT_SYSROOT ""
     42 
     43 /* Directory where gcc is installed. */
     44 #define GCC_INSTALL_PREFIX ""
     45 
     46 /* Whether clang should use a new process for the CC1 invocation */
     47 #define CLANG_SPAWN_CC1 1
     48 
     49 /* Define if we have libxml2 */
     50 /* #undef CLANG_HAVE_LIBXML */
     51 
     52 #define PACKAGE_STRING "LLVM 4.0.0svn"
     53 
     54 /* The LLVM product name and version */
     55 #define BACKEND_PACKAGE_STRING PACKAGE_STRING
     56 
     57 /* Linker version detected at compile time. */
     58 #define HOST_LINK_VERSION "1"
     59 
     60 /* enable x86 relax relocations by default */
     61 #define ENABLE_X86_RELAX_RELOCATIONS 0
     62 
     63 #define CLANG_ENABLE_ARCMT 1
     64 #define CLANG_ENABLE_OBJC_REWRITER 1
     65 #define CLANG_ENABLE_STATIC_ANALYZER 1
     66 
     67 #define ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER 0
     68 #define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "sm_35"
     69 #define CLANG_SYSTEMZ_DEFAULT_ARCH "z10"
     70 
     71 #endif
     72