CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not LLVM

llvm-svn: 221849
This commit is contained in:
Hans Wennborg 2014-11-13 00:51:12 +00:00
parent 957a1454cc
commit d55f1ca021
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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