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