svn commit: r332803 - head/lib/clang/include/lld/Common

Ed Maste emaste at FreeBSD.org
Fri Apr 20 00:59:54 UTC 2018


Author: emaste
Date: Fri Apr 20 00:59:53 2018
New Revision: 332803
URL: https://svnweb.freebsd.org/changeset/base/332803

Log:
  lld: use correct number of digits in __FreeBSD_version-style ID
  
  __FreeBSD_version-style IDs should have 5 digits following the major.

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	Fri Apr 20 00:02:47 2018	(r332802)
+++ head/lib/clang/include/lld/Common/Version.inc	Fri Apr 20 00:59:53 2018	(r332803)
@@ -7,4 +7,4 @@
 
 #define LLD_REPOSITORY_STRING "FreeBSD"
 // <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
-#define LLD_REVISION_STRING "326565-120001"
+#define LLD_REVISION_STRING "326565-1200001"


More information about the svn-src-head mailing list