aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in
index 3f5d5035cb..86d5b0959b 100644
--- a/include/clang/Config/config.h.in
+++ b/include/clang/Config/config.h.in
@@ -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