1/* $FreeBSD: stable/11/lib/clang/include/clang/Config/config.h 363496 2020-07-24 20:54:07Z dim $ */
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/* Multilib suffix for libdir. */
40#define CLANG_LIBDIR_SUFFIX ""
41
42/* Relative directory for resource files */
43#define CLANG_RESOURCE_DIR ""
44
45/* Directories clang will search for headers */
46#define C_INCLUDE_DIRS ""
47
48/* Directories clang will search for configuration files */
49/* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */
50/* #undef CLANG_CONFIG_FILE_USER_DIR */
51
52/* Default <path> to all compiler invocations for --sysroot=<path>. */
53/* #undef DEFAULT_SYSROOT */
54
55/* Directory where gcc is installed. */
56#define GCC_INSTALL_PREFIX ""
57
58/* Define if we have libxml2 */
59/* #undef CLANG_HAVE_LIBXML */
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 10.0.1"
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/* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
85#define CLANG_SPAWN_CC1 0
86
87#endif
88