summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-06 04:50:41 +0000
committerAlp Toker <alp@nuanti.com>2014-06-06 04:50:41 +0000
commit6eba708537c75b8e5a23e86ae643a7ae0bc72cf7 (patch)
tree09fc20cafd981d446ea419987b3e5074f57253c6 /include/llvm/Config
parent6fd1b8ee48de8deeabc89f70c37b88957b562ba0 (diff)
downloadllvm-6eba708537c75b8e5a23e86ae643a7ae0bc72cf7.tar.gz
llvm-6eba708537c75b8e5a23e86ae643a7ae0bc72cf7.tar.bz2
llvm-6eba708537c75b8e5a23e86ae643a7ae0bc72cf7.tar.xz
config.h: remove clang-specific macro definitions
These had no business in LLVM core. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.cmake15
-rw-r--r--include/llvm/Config/config.h.in15
2 files changed, 0 insertions, 30 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index fddd695cd2..e9f6702f81 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/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/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 6ce5867d30..b5f72977c2 100644
--- a/include/llvm/Config/config.h.in
+++ b/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