From owner-freebsd-stable@freebsd.org Mon May 25 16:20:30 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 37D8B32B478 for ; Mon, 25 May 2020 16:20:30 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49W2Pp0nLTz45nS; Mon, 25 May 2020 16:20:30 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id F083D250C8; Mon, 25 May 2020 16:20:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::91df:8026:c08f:53b8] (unknown [IPv6:2001:470:7a58:0:91df:8026:c08f:53b8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id ECC7258252; Mon, 25 May 2020 18:20:28 +0200 (CEST) From: Dimitry Andric Message-Id: <68E3A82A-A0DC-40A2-A58C-E66EC9B8211A@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_C4A57F0F-6EBF-4844-B490-0DF945B6C881"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Subject: Re: svn commit: r361465 - in stable: 11/lib/clang/include/clang/Config 11/lib/clang/include/llvm/Config 12/lib/clang/include/clang/Config 12/lib/clang/include/llvm/Config Date: Mon, 25 May 2020 18:20:28 +0200 In-Reply-To: Cc: FreeBSD-STABLE Mailing List To: mike tancsa References: <202005251606.04PG6VN9064551@repo.freebsd.org> X-Mailer: Apple Mail (2.3445.104.14) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 16:20:30 -0000 --Apple-Mail=_C4A57F0F-6EBF-4844-B490-0DF945B6C881 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Hi Mike, Unless you need zlib compressed debug information, you will not be affected. I hope that on nano-scale systems you will seldom have to deal with multi-GB .debug sections. :-) Note that I have asked the release engineering team for approval to merge this change into 11.4, so hopefully it will be in the upcoming release. -Dimitry On 25 May 2020, at 18:15, mike tancsa wrote: > > Is there any fallout from this commit not being there ? I have > deployed some nanobsd images based on a tree last week. Are there any > bugs I would run into as a result of this ? Or is it benign ? > > Thanks, > > ---Mike > > On 5/25/2020 12:06 PM, Dimitry Andric wrote: >> Author: dim >> Date: Mon May 25 16:06:30 2020 >> New Revision: 361465 >> URL: https://svnweb.freebsd.org/changeset/base/361465 >> >> Log: >> Regenerate llvm config headers to correctly enable zlib support >> >> During the initial upgrade to 10.0.0 in r357120, I generated these >> headers once, but they were missing zlib-related settings at that time. >> These should have been regenerated again during the merge of the final >> 10.0.0 release. >> >> Direct commit to stable/{11,12}, since head has gotten 10.0.1 in the >> mean time, with up-to-date generated headers. >> >> Reported by: hyama99@gmail.com >> PR: 246244 --Apple-Mail=_C4A57F0F-6EBF-4844-B490-0DF945B6C881 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXsvwTAAKCRCwXqMKLiCW o0DcAKCGyadjx8Fp0QdoC9lvvgXKJJsZcQCg086hH4WRnf+XfwEU7492g7TmEAQ= =BOQl -----END PGP SIGNATURE----- --Apple-Mail=_C4A57F0F-6EBF-4844-B490-0DF945B6C881--