]> granicus.if.org Git - clang/commitdiff
Config.h: Add another definition which the Darwin build (sometimes) uses.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Apr 2012 23:19:46 +0000 (23:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Apr 2012 23:19:46 +0000 (23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154630 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Config/config.h.in

index 3f5d5035cbc63db6f11ddc694088eefebe1e28f2..86d5b0959b6ed6bf1f605c21c52f545136f2c075 100644 (file)
@@ -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