• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* This generated file is for internal use. Do not include it from headers. */
2
3#ifdef CLANG_CONFIG_H
4#error config.h can only be included once
5#else
6#define CLANG_CONFIG_H
7
8/* Bug report URL. */
9#define BUG_REPORT_URL "${BUG_REPORT_URL}"
10
11/* Default C++ stdlib to use. */
12#define CLANG_DEFAULT_CXX_STDLIB "${CLANG_DEFAULT_CXX_STDLIB}"
13
14/* Default OpenMP runtime used by -fopenmp. */
15#define CLANG_DEFAULT_OPENMP_RUNTIME "${CLANG_DEFAULT_OPENMP_RUNTIME}"
16
17/* Multilib suffix for libdir. */
18#define CLANG_LIBDIR_SUFFIX "${CLANG_LIBDIR_SUFFIX}"
19
20/* Relative directory for resource files */
21#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
22
23/* Directories clang will search for headers */
24#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
25
26/* Default <path> to all compiler invocations for --sysroot=<path>. */
27#define DEFAULT_SYSROOT "${DEFAULT_SYSROOT}"
28
29/* Directory where gcc is installed. */
30#define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}"
31
32/* Define if we have libxml2 */
33#cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML}
34
35/* The LLVM product name and version */
36#define BACKEND_PACKAGE_STRING "${BACKEND_PACKAGE_STRING}"
37
38/* Linker version detected at compile time. */
39#cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
40
41/* pass --build-id to ld */
42#cmakedefine ENABLE_LINKER_BUILD_ID
43
44/* enable x86 relax relocations by default */
45#cmakedefine01 ENABLE_X86_RELAX_RELOCATIONS
46
47#endif
48