From owner-svn-src-head@freebsd.org Sun Mar 4 23:42:28 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7626AF3F5C8; Sun, 4 Mar 2018 23:42:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B20277428; Sun, 4 Mar 2018 23:42:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id DC526B297; Sun, 4 Mar 2018 23:42:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id CF5E289D; Sun, 4 Mar 2018 23:42:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id lmv2RE7AwYPK; Sun, 4 Mar 2018 23:42:24 +0000 (UTC) Subject: Re: svn commit: r330384 - in head: contrib/llvm/lib/Target/AArch64 contrib/llvm/lib/Target/X86 contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/lib/Basic lib/clang lib/clang/includ... DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 3AE30898 To: Dimitry Andric , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201803041706.w24H6coa051979@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Sun, 4 Mar 2018 15:42:22 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201803041706.w24H6coa051979@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Y3d3JsQeA2ejEL1fDuoeiOtqUg7iCfG7u" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 23:42:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Y3d3JsQeA2ejEL1fDuoeiOtqUg7iCfG7u Content-Type: multipart/mixed; boundary="dL2PxpPWrYJ3bnFvKKTGaBPu8l59rT7CU"; protected-headers="v1" From: Bryan Drewery To: Dimitry Andric , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: Subject: Re: svn commit: r330384 - in head: contrib/llvm/lib/Target/AArch64 contrib/llvm/lib/Target/X86 contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/lib/Basic lib/clang lib/clang/includ... References: <201803041706.w24H6coa051979@repo.freebsd.org> In-Reply-To: <201803041706.w24H6coa051979@repo.freebsd.org> --dL2PxpPWrYJ3bnFvKKTGaBPu8l59rT7CU Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 3/4/2018 9:06 AM, Dimitry Andric wrote: > Modified: head/lib/clang/include/lld/Common/Version.inc > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/clang/include/lld/Common/Version.inc Sun Mar 4 15:07:23 2= 018 (r330383) > +++ head/lib/clang/include/lld/Common/Version.inc Sun Mar 4 17:06:37 2= 018 (r330384) > @@ -4,5 +4,5 @@ > #define LLD_VERSION_STRING "6.0.0" > #define LLD_VERSION_MAJOR 6 > #define LLD_VERSION_MINOR 0 > -#define LLD_REVISION_STRING "325932" > +#define LLD_REVISION_STRING "326565" > #define LLD_REPOSITORY_STRING "FreeBSD" >=20 > Modified: head/lib/clang/include/llvm/Support/VCSRevision.h > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/clang/include/llvm/Support/VCSRevision.h Sun Mar 4 15:07:= 23 2018 (r330383) > +++ head/lib/clang/include/llvm/Support/VCSRevision.h Sun Mar 4 17:06:= 37 2018 (r330384) > @@ -1,2 +1,2 @@ > /* $FreeBSD$ */ > -#define LLVM_REVISION "svn-r325932" > +#define LLVM_REVISION "svn-r326565" Thanks for handling these. I need to finish my WITH_SYSTEM_LINKER patch. --=20 Regards, Bryan Drewery --dL2PxpPWrYJ3bnFvKKTGaBPu8l59rT7CU-- --Y3d3JsQeA2ejEL1fDuoeiOtqUg7iCfG7u Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJanIRfAAoJEDXXcbtuRpfPwMcH/i/JOc457fc4JAirk3RSiidr jE25v7fhDRji7PvVRNAveTqzYsXNDwgpmZkahoWnvoBMmyQXq39De1xrPzRk3K9K WtEAfjeSYe/Y3Oi+kgrHvKVlRe7fs+QT9HDf69rFF0U7vC2J9mX6KSFPQL/J1XdU okTuM4JFFdiPR/4ZbJJE3kM6bzi54cXyX+FB7ymZ+2NIPkTAswl3j6P7qbbR61UZ eVnLXCkFeAiPDiuaj6k6FIc8XwVNdpBDW+PpzBpbJoWTFsAY0HUInuvcr7l7w8Mm DZ+KJDIqg1wJR9aLhVS8TzhZfdqBF+BSS0oBLVAxioG0Do5lQJMpcp1FX++BlmA= =NaJJ -----END PGP SIGNATURE----- --Y3d3JsQeA2ejEL1fDuoeiOtqUg7iCfG7u--