From f056c0eff13d66b0b260f63d0fc56f00b3355d38 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 14 Nov 2014 22:10:16 +0000 Subject: [PATCH] Rerun AutoRegen.sh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222050 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 9cddec36112..beed1182c3f 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -453,6 +453,9 @@ /* Have host's ___chkstk */ #undef HAVE____CHKSTK +/* Linker version detected at compile time. */ +#undef HOST_LINK_VERSION + /* Installation directory for binary executables */ #undef LLVM_BINDIR