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

Hans Wennborg hans at hanshq.net
Wed Nov 12 16:51:12 PST 2014


Author: hans
Date: Wed Nov 12 18:51:12 2014
New Revision: 221849

URL: http://llvm.org/viewvc/llvm-project?rev=221849&view=rev
Log:
CMake: stop setting (well, #undef'ing) HOST_LINK_VERSION; it's used in Clang, not LLVM

Modified:
    llvm/trunk/include/llvm/Config/config.h.cmake
    llvm/trunk/include/llvm/Config/config.h.in

Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=221849&r1=221848&r2=221849&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Wed Nov 12 18:51:12 2014
@@ -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
 

Modified: llvm/trunk/include/llvm/Config/config.h.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.in?rev=221849&r1=221848&r2=221849&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.in (original)
+++ llvm/trunk/include/llvm/Config/config.h.in Wed Nov 12 18:51:12 2014
@@ -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
 





More information about the llvm-commits mailing list