Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2017 18:54:20 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r311302 - in projects/clang400-import/lib/clang: include/lld/Config libllvm
Message-ID:  <201701041854.v04IsKuS038924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701041854.v04IsKuS038924>