config.h: remove clang-specific macro definitions
authorAlp Toker <alp@nuanti.com>
Fri, 6 Jun 2014 04:50:41 +0000 (04:50 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 6 Jun 2014 04:50:41 +0000 (04:50 +0000)
These had no business in LLVM core.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210307 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in

index fddd695cd25504b284e23a7a2ce45b0b11212f3a..e9f6702f8180f225aabca2c336117375fc3299dd 100644 (file)
 /* 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
 
index 6ce5867d307036cff042fcf11307cd81ea6229cf..b5f72977c22d2f402a43bf1296f14f85d5fb904e 100644 (file)
 /* 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