From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 20:28:42 +0000 (+0000) Subject: Correctly expand HOST_LINK_VERSION. X-Git-Tag: llvmorg-4.0.0-rc1~8426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39d7fc9162bbc851f3d81995127eb9aa55a49a4e;p=platform%2Fupstream%2Fllvm.git Correctly expand HOST_LINK_VERSION. llvm-svn: 282934 --- diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index e91913e..c4d979f 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -337,7 +337,7 @@ #cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS} /* Linker version detected at compile time. */ -#undef HOST_LINK_VERSION +#cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}" /* Define if we link Polly to the tools */ #cmakedefine LINK_POLLY_INTO_TOOLS