Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:36:52

0001 /* This generated file is for internal use. Do not include it from headers. */
0002 
0003 #ifdef CLANG_CONFIG_H
0004 #error config.h can only be included once
0005 #else
0006 #define CLANG_CONFIG_H
0007 
0008 /* Bug report URL. */
0009 #define BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/"
0010 
0011 /* Default to -fPIE and -pie on Linux. */
0012 #define CLANG_DEFAULT_PIE_ON_LINUX 1
0013 
0014 /* Default linker to use. */
0015 #define CLANG_DEFAULT_LINKER ""
0016 
0017 /* Default C++ stdlib to use. */
0018 #define CLANG_DEFAULT_CXX_STDLIB ""
0019 
0020 /* Default runtime library to use. */
0021 #define CLANG_DEFAULT_RTLIB ""
0022 
0023 /* Default unwind library to use. */
0024 #define CLANG_DEFAULT_UNWINDLIB ""
0025 
0026 /* Default objcopy to use */
0027 #define CLANG_DEFAULT_OBJCOPY "objcopy"
0028 
0029 /* Default OpenMP runtime used by -fopenmp. */
0030 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
0031 
0032 /* Default architecture for SystemZ. */
0033 #define CLANG_SYSTEMZ_DEFAULT_ARCH "z10"
0034 
0035 /* Multilib basename for libdir. */
0036 #define CLANG_INSTALL_LIBDIR_BASENAME "lib"
0037 
0038 /* Relative directory for resource files */
0039 #define CLANG_RESOURCE_DIR ""
0040 
0041 /* Directories clang will search for headers */
0042 #define C_INCLUDE_DIRS ""
0043 
0044 /* Directories clang will search for configuration files */
0045 /* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */
0046 /* #undef CLANG_CONFIG_FILE_USER_DIR */
0047 
0048 /* Default <path> to all compiler invocations for --sysroot=<path>. */
0049 #define DEFAULT_SYSROOT ""
0050 
0051 /* Directory where gcc is installed. */
0052 #define GCC_INSTALL_PREFIX ""
0053 
0054 /* Define if we have libxml2 */
0055 /* #undef CLANG_HAVE_LIBXML */
0056 
0057 /* Define if we have sys/resource.h (rlimits) */
0058 #define CLANG_HAVE_RLIMITS 1
0059 
0060 /* Define if we have dlfcn.h */
0061 #define CLANG_HAVE_DLFCN_H 1
0062 
0063 /* Define if dladdr() is available on this platform. */
0064 #define CLANG_HAVE_DLADDR 1
0065 
0066 /* Linker version detected at compile time. */
0067 /* #undef HOST_LINK_VERSION */
0068 
0069 /* pass --build-id to ld */
0070 /* #undef ENABLE_LINKER_BUILD_ID */
0071 
0072 /* enable x86 relax relocations by default */
0073 #define ENABLE_X86_RELAX_RELOCATIONS 1
0074 
0075 /* Enable IEEE binary128 as default long double format on PowerPC Linux. */
0076 #define PPC_LINUX_DEFAULT_IEEELONGDOUBLE 0
0077 
0078 /* Enable each functionality of modules */
0079 #define CLANG_ENABLE_ARCMT 1
0080 #define CLANG_ENABLE_OBJC_REWRITER 1
0081 #define CLANG_ENABLE_STATIC_ANALYZER 1
0082 
0083 /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
0084 #define CLANG_SPAWN_CC1 0
0085 
0086 /* Whether CIR is built into Clang */
0087 #define CLANG_ENABLE_CIR 0
0088 
0089 #endif