diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-06 04:50:41 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-06 04:50:41 +0000 |
commit | b27bdade9f4f61e90407f0f4030eb2ac220aad7f (patch) | |
tree | 58ae2c9245549e2ba386593f1540d8e69c7c2e7e /llvm/include | |
parent | 357af64d781ff41903a461e6b6edb92806b85149 (diff) | |
download | bcm5719-llvm-b27bdade9f4f61e90407f0f4030eb2ac220aad7f.tar.gz bcm5719-llvm-b27bdade9f4f61e90407f0f4030eb2ac220aad7f.zip |
config.h: remove clang-specific macro definitions
These had no business in LLVM core.
llvm-svn: 210307
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 15 | ||||
-rw-r--r-- | llvm/include/llvm/Config/config.h.in | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index fddd695cd25..e9f6702f818 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -12,18 +12,6 @@ /* Bug report URL. */ #define BUG_REPORT_URL "${BUG_REPORT_URL}" -/* Define if we have libxml2 */ -#cmakedefine CLANG_HAVE_LIBXML ${CLANG_HAVE_LIBXML} - -/* Relative directory for resource files */ -#define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}" - -/* Directories clang will search for headers */ -#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}" - -/* Default <path> to all compiler invocations for --sysroot=<path>. */ -#undef DEFAULT_SYSROOT - /* Define if you want backtraces on crash */ #cmakedefine ENABLE_BACKTRACES @@ -36,9 +24,6 @@ /* Define if timestamp information (e.g., __DATE__) is allowed */ #cmakedefine ENABLE_TIMESTAMPS ${ENABLE_TIMESTAMPS} -/* Directory where gcc is installed. */ -#undef GCC_INSTALL_PREFIX - /* Define to 1 if you have the `arc4random' function. */ #cmakedefine HAVE_ARC4RANDOM diff --git a/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index 6ce5867d307..b5f72977c22 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/include/llvm/Config/config.h.in @@ -12,18 +12,6 @@ /* Bug report URL. */ #undef BUG_REPORT_URL -/* Define if we have libxml2 */ -#undef CLANG_HAVE_LIBXML - -/* Relative directory for resource files */ -#undef CLANG_RESOURCE_DIR - -/* Directories clang will search for headers */ -#undef C_INCLUDE_DIRS - -/* Default <path> to all compiler invocations for --sysroot=<path>. */ -#undef DEFAULT_SYSROOT - /* Define if you want backtraces on crash */ #undef ENABLE_BACKTRACES @@ -36,9 +24,6 @@ /* Define if timestamp information (e.g., __DATE__) is allowed */ #undef ENABLE_TIMESTAMPS -/* Directory where gcc is installed. */ -#undef GCC_INSTALL_PREFIX - /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE |