summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-11 23:53:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-11 23:53:59 +0000
commitee0f32d723431cdae943e8a8d45ecdb856a0e76c (patch)
treea87f1f927894d4596886dd8c3642f3a7ef66bf2a /include/llvm/Config/config.h.in
parent7def14f40f0b47551e2d66ec2f140a18b5bbbea4 (diff)
downloadllvm-ee0f32d723431cdae943e8a8d45ecdb856a0e76c.tar.gz
llvm-ee0f32d723431cdae943e8a8d45ecdb856a0e76c.tar.bz2
llvm-ee0f32d723431cdae943e8a8d45ecdb856a0e76c.tar.xz
configure: Add detection of the linker version string.
- Review appreciated, as long as you understand that I understand that this is a horrible hack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 5fe3da2570..d0612fe652 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -467,6 +467,9 @@
/* Define to 1 if you have the `__dso_handle' function. */
#undef HAVE___DSO_HANDLE
+/* Linker version detected at compile time. */
+#undef HOST_LINK_VERSION
+
/* Installation directory for binary executables */
#undef LLVM_BINDIR