svn commit: r311545 - in projects/clang400-import/lib/clang/include: clang/Basic lld/Config

Dimitry Andric dim at FreeBSD.org
Fri Jan 6 20:25:10 UTC 2017


Author: dim
Date: Fri Jan  6 20:25:08 2017
New Revision: 311545
URL: https://svnweb.freebsd.org/changeset/base/311545

Log:
  Update clang and lld Version.inc files.

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

Modified: projects/clang400-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang400-import/lib/clang/include/clang/Basic/Version.inc	Fri Jan  6 20:24:06 2017	(r311544)
+++ projects/clang400-import/lib/clang/include/clang/Basic/Version.inc	Fri Jan  6 20:25:08 2017	(r311545)
@@ -8,4 +8,4 @@
 
 #define	CLANG_VENDOR			"FreeBSD "
 
-#define	SVN_REVISION			"291015"
+#define	SVN_REVISION			"291274"

Modified: projects/clang400-import/lib/clang/include/lld/Config/Version.inc
==============================================================================
--- projects/clang400-import/lib/clang/include/lld/Config/Version.inc	Fri Jan  6 20:24:06 2017	(r311544)
+++ projects/clang400-import/lib/clang/include/lld/Config/Version.inc	Fri Jan  6 20:25:08 2017	(r311545)
@@ -4,5 +4,5 @@
 #define LLD_VERSION_STRING "4.0.0"
 #define LLD_VERSION_MAJOR 4
 #define LLD_VERSION_MINOR 0
-#define LLD_REVISION_STRING "291015"
+#define LLD_REVISION_STRING "291274"
 #define LLD_REPOSITORY_STRING "FreeBSD"


More information about the svn-src-projects mailing list