CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not...
authorHans Wennborg <hans@hanshq.net>
Thu, 13 Nov 2014 00:51:12 +0000 (00:51 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 13 Nov 2014 00:51:12 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221849 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in

index 0ab765ba91471b67061406f362578f7bd0c06479..37696eb473b7c0bc923f0f003dd059b066bd4860 100644 (file)
 /* 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
 
index beed1182c3f6d9290f03efb9f0f40733dce2fd6d..9cddec361122921f793069d4084bad1a025ea445 100644 (file)
 /* 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