From: Hans Wennborg Date: Thu, 13 Nov 2014 00:51:12 +0000 (+0000) Subject: CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not... X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=7ccd2f5df289249c1ff11b124892490dc995c598 CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not LLVM git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221849 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index 0ab765ba914..37696eb473b 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -459,9 +459,6 @@ /* Have host's ___chkstk */ #cmakedefine HAVE____CHKSTK ${HAVE____CHKSTK} -/* Linker version detected at compile time. */ -#undef HOST_LINK_VERSION - /* Define if we link Polly to the tools */ #cmakedefine LINK_POLLY_INTO_TOOLS diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index beed1182c3f..9cddec36112 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -453,9 +453,6 @@ /* 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