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://review.tizen.org/git/?a=commitdiff_plain;h=d55f1ca0212a3d3045520e244e48c32b81472b2b;p=platform%2Fupstream%2Fllvm.git CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not LLVM llvm-svn: 221849 --- diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 0ab765b..37696eb 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/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/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index beed118..9cddec3 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/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