xref: /freebsd/lib/clang/include/clang/Config/config.h (revision 972a253a)
1 /* $FreeBSD$ */
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 "https://bugs.freebsd.org/submit/"
11 
12 /* Default to -fPIE and -pie on Linux. */
13 #define CLANG_DEFAULT_PIE_ON_LINUX 1
14 
15 /* Default linker to use. */
16 #define CLANG_DEFAULT_LINKER ""
17 
18 /* Default C/ObjC standard to use. */
19 /* #undef CLANG_DEFAULT_STD_C */
20 /* Always #define something so that missing the config.h #include at use sites
21  * becomes a compile error.
22  */
23 #ifndef CLANG_DEFAULT_STD_C
24 #define CLANG_DEFAULT_STD_C LangStandard::lang_unspecified
25 #endif
26 
27 /* Default C++/ObjC++ standard to use. */
28 /* #undef CLANG_DEFAULT_STD_CXX */
29 /* Always #define something so that missing the config.h #include at use sites
30  * becomes a compile error.
31  */
32 #ifndef CLANG_DEFAULT_STD_CXX
33 #define CLANG_DEFAULT_STD_CXX LangStandard::lang_unspecified
34 #endif
35 
36 /* Default C++ stdlib to use. */
37 #define CLANG_DEFAULT_CXX_STDLIB ""
38 
39 /* Default runtime library to use. */
40 #define CLANG_DEFAULT_RTLIB ""
41 
42 /* Default unwind library to use. */
43 #define CLANG_DEFAULT_UNWINDLIB ""
44 
45 /* Default objcopy to use */
46 #define CLANG_DEFAULT_OBJCOPY "objcopy"
47 
48 /* Default OpenMP runtime used by -fopenmp. */
49 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
50 
51 /* Default architecture for OpenMP offloading to Nvidia GPUs. */
52 #define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "sm_35"
53 
54 /* Default architecture for SystemZ. */
55 #define CLANG_SYSTEMZ_DEFAULT_ARCH "z10"
56 
57 /* Multilib suffix for libdir. */
58 #define CLANG_LIBDIR_SUFFIX ""
59 
60 /* Relative directory for resource files */
61 #define CLANG_RESOURCE_DIR ""
62 
63 /* Directories clang will search for headers */
64 #define C_INCLUDE_DIRS ""
65 
66 /* Directories clang will search for configuration files */
67 /* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */
68 /* #undef CLANG_CONFIG_FILE_USER_DIR */
69 
70 /* Default <path> to all compiler invocations for --sysroot=<path>. */
71 /* #undef DEFAULT_SYSROOT */
72 
73 /* Directory where gcc is installed. */
74 #define GCC_INSTALL_PREFIX ""
75 
76 /* Define if we have libxml2 */
77 /* #undef CLANG_HAVE_LIBXML */
78 
79 /* Define if we have sys/resource.h (rlimits) */
80 #define CLANG_HAVE_RLIMITS 1
81 
82 /* The LLVM product name and version */
83 #define BACKEND_PACKAGE_STRING "LLVM 15.0.0"
84 
85 /* Linker version detected at compile time. */
86 /* #undef HOST_LINK_VERSION */
87 
88 /* pass --build-id to ld */
89 /* #undef ENABLE_LINKER_BUILD_ID */
90 
91 /* enable x86 relax relocations by default */
92 #define ENABLE_X86_RELAX_RELOCATIONS 1
93 
94 /* Enable IEEE binary128 as default long double format on PowerPC Linux. */
95 #define PPC_LINUX_DEFAULT_IEEELONGDOUBLE 0
96 
97 /* Enable each functionality of modules */
98 /* #undef CLANG_ENABLE_ARCMT */
99 /* #undef CLANG_ENABLE_OBJC_REWRITER */
100 /* #undef CLANG_ENABLE_STATIC_ANALYZER */
101 
102 /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
103 #define CLANG_SPAWN_CC1 0
104 
105 /* Whether to enable opaque pointers by default */
106 #define CLANG_ENABLE_OPAQUE_POINTERS_INTERNAL 1
107 
108 #endif
109