[cfe-commits] r154630 - /cfe/trunk/include/clang/Config/config.h.in

Daniel Dunbar daniel at zuster.org
Thu Apr 12 16:19:46 PDT 2012


Author: ddunbar
Date: Thu Apr 12 18:19:46 2012
New Revision: 154630

URL: http://llvm.org/viewvc/llvm-project?rev=154630&view=rev
Log:
Config.h: Add another definition which the Darwin build (sometimes) uses.

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

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=154630&r1=154629&r2=154630&view=diff
==============================================================================
--- cfe/trunk/include/clang/Config/config.h.in (original)
+++ cfe/trunk/include/clang/Config/config.h.in Thu Apr 12 18:19:46 2012
@@ -15,4 +15,7 @@
 /* Directories clang will search for headers */
 #undef C_INCLUDE_DIRS
 
+/* Linker version detected at compile time. */
+#undef HOST_LINK_VERSION
+
 #endif





More information about the cfe-commits mailing list