From owner-svn-src-stable@freebsd.org Tue Apr 3 07:32:16 2018 Return-Path: Delivered-To: svn-src-stable@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 233A3F89D34; Tue, 3 Apr 2018 07:32:16 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C1936B751; Tue, 3 Apr 2018 07:32:15 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w337W9Vv086229; Tue, 3 Apr 2018 00:32:09 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w337W91X086228; Tue, 3 Apr 2018 00:32:09 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201804030732.w337W91X086228@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r331838 - in stable/11: . contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/BlocksRuntime contrib/compiler-rt/lib/asan contrib/compiler-rt/l... In-Reply-To: <1522729305.49673.206.camel@freebsd.org> To: Ian Lepore Date: Tue, 3 Apr 2018 00:32:09 -0700 (PDT) CC: rgrimes@freebsd.org, Mark Linimon , Ed Maste , Dimitry Andric , Antoine Brodin , svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers , re , svn-src-stable-11@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Mailman-Approved-At: Tue, 03 Apr 2018 10:45:46 +0000 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 07:32:16 -0000 > On Mon, 2018-04-02 at 19:02 -0700, Rodney W. Grimes wrote: > > > > > > So, the takeaway is, this change stays, and stable/11 users that build > > > their own ports are on their own? > > > > > > Whatever happened to POLA? > > I have no idea, but I fully agree that changing compilers 30 days before > > a code slush is just a very bad move. > > > > The llvm in 11.1 is 4. > > Is there some pressing reason that we need llvm 6 to be in release 11.2? > > > > Looks like I wont be upgrading to 11.2 as I am sure I'll have blocking > > issues with some ports. > > > > Though I could probably build them with 11.1, I hate that idea as then > > I have to keep an 11.1 around incase I need to rebuild something. > > > > :-( > > I was hoping to import 11.2 to our repo at $work and be shipping > products based on it later this year. But there's no way we have > resources available to sidetrack and start debugging out of the blue > failures of ports that have been working fine for us until now. I guess > the best I can do now is import 11-stable immediately before the > compiler change. At least I was lucky enough to get all the arm changes > important for us MFC'd before the compiler change. Or checkout 11.2 and revert this commit locally, then commit that to your repo at $work. -- Rod Grimes rgrimes@freebsd.org