Date: Tue, 31 Jul 2018 21:06:28 +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: r337009 - head/lib/clang/include/lld/Common Message-ID: <201807312106.w6VL6S6l038341@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Tue Jul 31 21:06:28 2018 New Revision: 337009 URL: https://svnweb.freebsd.org/changeset/base/337009 Log: bump lld version number after r336972 arm(v7) VFP tag support Reported by: kevans Sponsored by: The FreeBSD Foundation 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 Jul 31 21:06:13 2018 (r337008) +++ head/lib/clang/include/lld/Common/Version.inc Tue Jul 31 21:06:28 2018 (r337009) @@ -7,4 +7,4 @@ #define LLD_REPOSITORY_STRING "FreeBSD" // <Upstream revision at import>-<Local identifier in __FreeBSD_version style> -#define LLD_REVISION_STRING "335540-1200003" +#define LLD_REVISION_STRING "335540-1200004"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807312106.w6VL6S6l038341>