1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-05 01:31:05 +00:00

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
This commit is contained in:
Hans Wennborg 2014-11-13 00:51:12 +00:00
parent 9bb95ddae4
commit 7ccd2f5df2
2 changed files with 0 additions and 6 deletions
include/llvm/Config

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

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