Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 16:21:24 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332649 - head/lib/clang/include/lld/Common
Message-ID:  <201804171621.w3HGLOuE028637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Apr 17 16:21:23 2018
New Revision: 332649
URL: https://svnweb.freebsd.org/changeset/base/332649

Log:
  lld: add a __FreeBSD_version-style identifier to version
  
  This will faciliate a WITH_SYSTEM_LINKER option.
  
  Reviewed by:	dim
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D15110

Modified:
  head/lib/clang/include/lld/Common/Version.inc

Modified: head/lib/clang/include/lld/Common/Version.inc
==============================================================================
--- head/lib/clang/include/lld/Common/Version.inc	Tue Apr 17 15:44:05 2018	(r332648)
+++ head/lib/clang/include/lld/Common/Version.inc	Tue Apr 17 16:21:23 2018	(r332649)
@@ -4,5 +4,7 @@
 #define LLD_VERSION_STRING "6.0.0"
 #define LLD_VERSION_MAJOR 6
 #define LLD_VERSION_MINOR 0
-#define LLD_REVISION_STRING "326565"
+
 #define LLD_REPOSITORY_STRING "FreeBSD"
+// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
+#define LLD_REVISION_STRING "326565-120001"



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