From owner-svn-src-all@freebsd.org Tue Apr 3 02:03:12 2018 Return-Path: Delivered-To: svn-src-all@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 E1695F7729D; Tue, 3 Apr 2018 02:03:11 +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 3F7B97F62C; Tue, 3 Apr 2018 02:03:10 +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 w3322xnN085228; Mon, 2 Apr 2018 19:02:59 -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 w3322xXG085227; Mon, 2 Apr 2018 19:02:59 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201804030202.w3322xXG085227@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: <20180403014734.GA31748@lonesome.com> To: Mark Linimon Date: Mon, 2 Apr 2018 19:02:59 -0700 (PDT) CC: 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-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 02:03:12 -0000 > 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. :-( -- Rod Grimes rgrimes@freebsd.org