[cfe-commits] r149748 - in /cfe/trunk/include/clang/Config: config.h.cmake config.h.in

Dylan Noblesmith nobled at dreamwidth.org
Fri Feb 3 18:38:35 PST 2012


Author: nobled
Date: Fri Feb  3 20:38:34 2012
New Revision: 149748

URL: http://llvm.org/viewvc/llvm-project?rev=149748&view=rev
Log:
autoconf: update config header

Sync with the change in r149652.

Also fix the comment to sync with LLVM's config.h header.


Modified:
    cfe/trunk/include/clang/Config/config.h.cmake
    cfe/trunk/include/clang/Config/config.h.in

Modified: cfe/trunk/include/clang/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Config/config.h.cmake?rev=149748&r1=149747&r2=149748&view=diff
==============================================================================
--- cfe/trunk/include/clang/Config/config.h.cmake (original)
+++ cfe/trunk/include/clang/Config/config.h.cmake Fri Feb  3 20:38:34 2012
@@ -4,7 +4,7 @@
 /* Relative directory for resource files */
 #define CLANG_RESOURCE_DIR "${CLANG_RESOURCE_DIR}"
 
-/* Directory with the libstdc++ installation. */
+/* Directory where gcc is installed. */
 #define GCC_INSTALL_PREFIX "${GCC_INSTALL_PREFIX}"
 
 /* Directories clang will search for headers */

Modified: cfe/trunk/include/clang/Config/config.h.in
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Config/config.h.in?rev=149748&r1=149747&r2=149748&view=diff
==============================================================================
--- cfe/trunk/include/clang/Config/config.h.in (original)
+++ cfe/trunk/include/clang/Config/config.h.in Fri Feb  3 20:38:34 2012
@@ -9,17 +9,8 @@
 /* Relative directory for resource files */
 #undef CLANG_RESOURCE_DIR
 
-/* 32 bit multilib directory. */
-#undef CXX_INCLUDE_32BIT_DIR
-
-/* 64 bit multilib directory. */
-#undef CXX_INCLUDE_64BIT_DIR
-
-/* Arch the libstdc++ headers. */
-#undef CXX_INCLUDE_ARCH
-
-/* Directory with the libstdc++ headers. */
-#undef CXX_INCLUDE_ROOT
+/* Directory where gcc is installed. */
+#undef GCC_INSTALL_PREFIX
 
 /* Directories clang will search for headers */
 #undef C_INCLUDE_DIRS





More information about the cfe-commits mailing list