Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2018 00:59:54 +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: r332803 - head/lib/clang/include/lld/Common
Message-ID:  <201804200059.w3K0xsLA049445@repo.freebsd.org>

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



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