diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-11 23:53:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-11 23:53:59 +0000 |
commit | ee0f32d723431cdae943e8a8d45ecdb856a0e76c (patch) | |
tree | a87f1f927894d4596886dd8c3642f3a7ef66bf2a /include/llvm | |
parent | 7def14f40f0b47551e2d66ec2f140a18b5bbbea4 (diff) | |
download | external_llvm-ee0f32d723431cdae943e8a8d45ecdb856a0e76c.zip external_llvm-ee0f32d723431cdae943e8a8d45ecdb856a0e76c.tar.gz external_llvm-ee0f32d723431cdae943e8a8d45ecdb856a0e76c.tar.bz2 |
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')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 5fe3da2..d0612fe 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 |