svn commit: r311302 - in projects/clang400-import/lib/clang: include/lld/Config libllvm

Dimitry Andric dim at FreeBSD.org
Wed Jan 4 18:54:21 UTC 2017


Author: dim
Date: Wed Jan  4 18:54:20 2017
New Revision: 311302
URL: https://svnweb.freebsd.org/changeset/base/311302

Log:
  Update lld Version.inc and libllvm/Makefile to match.

Modified:
  projects/clang400-import/lib/clang/include/lld/Config/Version.inc
  projects/clang400-import/lib/clang/libllvm/Makefile

Modified: projects/clang400-import/lib/clang/include/lld/Config/Version.inc
==============================================================================
--- projects/clang400-import/lib/clang/include/lld/Config/Version.inc	Wed Jan  4 18:53:35 2017	(r311301)
+++ projects/clang400-import/lib/clang/include/lld/Config/Version.inc	Wed Jan  4 18:54:20 2017	(r311302)
@@ -1,8 +1,8 @@
 // $FreeBSD$
 
-#define LLD_VERSION 3.9
-#define LLD_VERSION_MAJOR 3
-#define LLD_VERSION_MINOR 9
-#define LLD_REVISION_STRING "3.9"
+#define LLD_VERSION 4.0.0
+#define LLD_VERSION_STRING "4.0.0"
+#define LLD_VERSION_MAJOR 4
+#define LLD_VERSION_MINOR 0
+#define LLD_REVISION_STRING "290798"
 #define LLD_REPOSITORY_STRING "FreeBSD"
-

Modified: projects/clang400-import/lib/clang/libllvm/Makefile
==============================================================================
--- projects/clang400-import/lib/clang/libllvm/Makefile	Wed Jan  4 18:53:35 2017	(r311301)
+++ projects/clang400-import/lib/clang/libllvm/Makefile	Wed Jan  4 18:54:20 2017	(r311302)
@@ -692,7 +692,7 @@ SRCS_MIN+=	Support/regerror.c
 SRCS_MIN+=	Support/regexec.c
 SRCS_MIN+=	Support/regfree.c
 SRCS_MIN+=	Support/regstrlcpy.c
-#SRCS_MIN+=	Support/xxhash.cpp
+SRCS_LLD+=	Support/xxhash.cpp
 SRCS_MIN+=	TableGen/Error.cpp
 SRCS_MIN+=	TableGen/Main.cpp
 SRCS_MIN+=	TableGen/Record.cpp
@@ -1156,6 +1156,9 @@ SRCS_ALL+=	${SRCS_FUL}
 .if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLD} != "no"
 SRCS_ALL+=	${SRCS_EXL}
 .endif
+.if ${MK_LLD} != "no"
+SRCS_ALL+=	${SRCS_LLD}
+.endif
 .if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
 SRCS_ALL+=	${SRCS_XDB}
 .endif


More information about the svn-src-projects mailing list