xref: /freebsd/lib/clang/include/clang/Config/config.h (revision 1f474190)
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 linker to use. */
13 #define CLANG_DEFAULT_LINKER ""
14 
15 /* Default C/ObjC standard to use. */
16 /* #undef CLANG_DEFAULT_STD_C */
17 
18 /* Default C++/ObjC++ standard to use. */
19 /* #undef CLANG_DEFAULT_STD_CXX */
20 
21 /* Default C++ stdlib to use. */
22 #define CLANG_DEFAULT_CXX_STDLIB ""
23 
24 /* Default runtime library to use. */
25 #define CLANG_DEFAULT_RTLIB ""
26 
27 /* Default unwind library to use. */
28 #define CLANG_DEFAULT_UNWINDLIB ""
29 
30 /* Default objcopy to use */
31 #define CLANG_DEFAULT_OBJCOPY "objcopy"
32 
33 /* Default OpenMP runtime used by -fopenmp. */
34 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
35 
36 /* Default architecture for OpenMP offloading to Nvidia GPUs. */
37 #define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "sm_35"
38 
39 /* Default architecture for SystemZ. */
40 #define CLANG_SYSTEMZ_DEFAULT_ARCH "z10"
41 
42 /* Multilib suffix for libdir. */
43 #define CLANG_LIBDIR_SUFFIX ""
44 
45 /* Relative directory for resource files */
46 #define CLANG_RESOURCE_DIR ""
47 
48 /* Directories clang will search for headers */
49 #define C_INCLUDE_DIRS ""
50 
51 /* Directories clang will search for configuration files */
52 /* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */
53 /* #undef CLANG_CONFIG_FILE_USER_DIR */
54 
55 /* Default <path> to all compiler invocations for --sysroot=<path>. */
56 /* #undef DEFAULT_SYSROOT */
57 
58 /* Directory where gcc is installed. */
59 #define GCC_INSTALL_PREFIX ""
60 
61 /* Define if we have libxml2 */
62 /* #undef CLANG_HAVE_LIBXML */
63 
64 /* Define if we have sys/resource.h (rlimits) */
65 #define CLANG_HAVE_RLIMITS 1
66 
67 /* The LLVM product name and version */
68 #define BACKEND_PACKAGE_STRING "LLVM 11.0.0"
69 
70 /* Linker version detected at compile time. */
71 /* #undef HOST_LINK_VERSION */
72 
73 /* pass --build-id to ld */
74 /* #undef ENABLE_LINKER_BUILD_ID */
75 
76 /* enable x86 relax relocations by default */
77 #define ENABLE_X86_RELAX_RELOCATIONS 0
78 
79 /* Enable the experimental new pass manager by default */
80 #define ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER 0
81 
82 /* Enable each functionality of modules */
83 /* #undef CLANG_ENABLE_ARCMT */
84 /* #undef CLANG_ENABLE_OBJC_REWRITER */
85 /* #undef CLANG_ENABLE_STATIC_ANALYZER */
86 
87 /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
88 #define CLANG_SPAWN_CC1 0
89 
90 #endif
91