]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/include/clang/Config/config.h
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / lib / clang / include / clang / Config / config.h
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 objcopy to use */
28 #define CLANG_DEFAULT_OBJCOPY "objcopy"
29
30 /* Default OpenMP runtime used by -fopenmp. */
31 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
32
33 /* Default architecture for OpenMP offloading to Nvidia GPUs. */
34 #define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "sm_35"
35
36 /* Multilib suffix for libdir. */
37 #define CLANG_LIBDIR_SUFFIX ""
38
39 /* Relative directory for resource files */
40 #define CLANG_RESOURCE_DIR ""
41
42 /* Directories clang will search for headers */
43 #define C_INCLUDE_DIRS ""
44
45 /* Directories clang will search for configuration files */
46 /* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */
47 /* #undef CLANG_CONFIG_FILE_USER_DIR */
48
49 /* Default <path> to all compiler invocations for --sysroot=<path>. */
50 /* #undef DEFAULT_SYSROOT */
51
52 /* Directory where gcc is installed. */
53 #define GCC_INSTALL_PREFIX ""
54
55 /* Define if we have libxml2 */
56 /* #undef CLANG_HAVE_LIBXML */
57
58 /* Define if we have z3 and want to build it */
59 /* #undef CLANG_ANALYZER_WITH_Z3 */
60
61 /* Define if we have sys/resource.h (rlimits) */
62 #define CLANG_HAVE_RLIMITS 1
63
64 /* The LLVM product name and version */
65 #define BACKEND_PACKAGE_STRING "LLVM 8.0.0"
66
67 /* Linker version detected at compile time. */
68 /* #undef HOST_LINK_VERSION */
69
70 /* pass --build-id to ld */
71 /* #undef ENABLE_LINKER_BUILD_ID */
72
73 /* enable x86 relax relocations by default */
74 #define ENABLE_X86_RELAX_RELOCATIONS 0
75
76 /* Enable the experimental new pass manager by default */
77 #define ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER 0
78
79 /* Enable each functionality of modules */
80 /* #undef CLANG_ENABLE_ARCMT */
81 /* #undef CLANG_ENABLE_OBJC_REWRITER */
82 /* #undef CLANG_ENABLE_STATIC_ANALYZER */
83
84 #endif