xref: /netbsd-src/external/apache2/llvm/config/clang/Config/config.h (revision 82d56013d7b633d116a93943de88e08335357a7c)
1 /* include/clang/Config/config.h.  Generated from config.h.in by configure.  */
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 "http://llvm.org/bugs/"
11 
12 /* Default C++ stdlib to use. */
13 #define CLANG_DEFAULT_CXX_STDLIB ""
14 
15 /* Default objcopy to use */
16 #define CLANG_DEFAULT_OBJCOPY "objcopy"
17 
18 /* Default runtime library to use. */
19 #define CLANG_DEFAULT_RTLIB ""
20 
21 /* Default unwind library to use. */
22 #define CLANG_DEFAULT_UNWINDLIB "none"
23 
24 /* Default linker to use (linker name or absolute path, empty for platform
25    default) */
26 #define CLANG_DEFAULT_LINKER ""
27 
28 /* Default OpenMP runtime used by -fopenmp. */
29 #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
30 
31 /* Multilib suffix for libdir. */
32 #define CLANG_LIBDIR_SUFFIX ""
33 
34 /* Relative directory for resource files */
35 #define CLANG_RESOURCE_DIR ""
36 
37 /* Directories clang will search for headers */
38 #define C_INCLUDE_DIRS "/usr/include/clang-9.0:/usr/include"
39 
40 /* Default <path> to all compiler invocations for --sysroot=<path>. */
41 #define DEFAULT_SYSROOT ""
42 
43 /* Directory where gcc is installed. */
44 #define GCC_INSTALL_PREFIX ""
45 
46 /* Define if we have libxml2 */
47 /* #undef CLANG_HAVE_LIBXML */
48 
49 #define PACKAGE_STRING "LLVM 4.0.0svn"
50 
51 /* The LLVM product name and version */
52 #define BACKEND_PACKAGE_STRING PACKAGE_STRING
53 
54 /* Linker version detected at compile time. */
55 #define HOST_LINK_VERSION "1"
56 
57 /* enable x86 relax relocations by default */
58 #define ENABLE_X86_RELAX_RELOCATIONS 0
59 
60 #define CLANG_ENABLE_ARCMT 1
61 #define CLANG_ENABLE_OBJC_REWRITER 1
62 #define CLANG_ENABLE_STATIC_ANALYZER 1
63 
64 #define ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER 0
65 #define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "sm_35"
66 
67 #endif
68