]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/include/clang/Config/config.h
Merge ^/head r311812 through r311939.
[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 OpenMP runtime used by -fopenmp. */
22 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
23
24 /* Multilib suffix for libdir. */
25 #define CLANG_LIBDIR_SUFFIX ""
26
27 /* Relative directory for resource files */
28 #define CLANG_RESOURCE_DIR ""
29
30 /* Directories clang will search for headers */
31 #define C_INCLUDE_DIRS ""
32
33 /* Default <path> to all compiler invocations for --sysroot=<path>. */
34 /* #undef DEFAULT_SYSROOT */
35
36 /* Directory where gcc is installed. */
37 #define GCC_INSTALL_PREFIX ""
38
39 /* Define if we have libxml2 */
40 /* #undef CLANG_HAVE_LIBXML */
41
42 /* Define if we have sys/resource.h (rlimits) */
43 #define CLANG_HAVE_RLIMITS 1
44
45 /* The LLVM product name and version */
46 #define BACKEND_PACKAGE_STRING "LLVM 4.0.0svn"
47
48 /* Linker version detected at compile time. */
49 /* #undef HOST_LINK_VERSION */
50
51 /* pass --build-id to ld */
52 /* #undef ENABLE_LINKER_BUILD_ID */
53
54 /* enable x86 relax relocations by default */
55 #define ENABLE_X86_RELAX_RELOCATIONS 0
56
57 #endif