forked from OSchip/llvm-project
CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not LLVM
llvm-svn: 221849
This commit is contained in:
parent
957a1454cc
commit
d55f1ca021
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue