From nobody Tue May 17 22:19:17 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8E5901B381A7 for ; Tue, 17 May 2022 22:19:24 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4L2rBh3hRXz4pP3 for ; Tue, 17 May 2022 22:19:24 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 06A543C0199; Tue, 17 May 2022 22:19:18 +0000 (UTC) Date: Tue, 17 May 2022 22:19:17 +0000 From: Brooks Davis To: Mark Millard Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 70d8d9125c9f - main - devel/llvm-devel: New snapshot Message-ID: <20220517221917.GG15201@spindle.one-eyed-alien.net> References: <8FA3EDC0-CCD8-4EC5-87DB-5CE8CEF55067.ref@yahoo.com> <8FA3EDC0-CCD8-4EC5-87DB-5CE8CEF55067@yahoo.com> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XRI2XbIfl/05pQwm" Content-Disposition: inline In-Reply-To: <8FA3EDC0-CCD8-4EC5-87DB-5CE8CEF55067@yahoo.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 4L2rBh3hRXz4pP3 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --XRI2XbIfl/05pQwm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 17, 2022 at 02:44:21PM -0700, Mark Millard wrote: > Brooks Davis wrote on > Date: Tue, 17 May 2022 20:24:35 GMT : >=20 > > The branch main has been updated by brooks: > >=20 > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D70d8d9125c9f5b1da36b13= 4408b3d580a39f1aa8 > >=20 > > commit 70d8d9125c9f5b1da36b134408b3d580a39f1aa8 > > Author: Brooks Davis > > AuthorDate: 2022-05-17 20:23:26 +0000 > > Commit: Brooks Davis > > CommitDate: 2022-05-17 20:23:26 +0000 > >=20 > > devel/llvm-devel: New snapshot > > =20 > > Add support for COMPILER_RT on powerpc*. [0] > > =20 > > Don't enable MLIR by default. Instead, rely on FLANG's dependency > > on it to turn it on for architectures that support FLANG. This rem= oves > > MLIR from default packages on 32-bit system. > > . . . > > -OPTIONS_DEFAULT+=3D EXTRAS FLANG LIT LLDB MLIR STATIC_LIBS > > +OPTIONS_DEFAULT+=3D EXTRAS FLANG LIT LLDB STATIC_LIBS > > . . . > > OPTIONS_EXCLUDE_powerpc=3D FLANG > >=20 >=20 > What of the armv7 and armv6 32-bit contexts? *sigh* I didn't notice that llvm-devel doesn't exclude FLANG on arm[67]. I'll sync that with the other ports when I update llvm-devel next. > Are other devel/llvm* examples to also eventually > drop MLIR from being explicitly in the OPTIONS_DEFAULT > lists in order to get a similar default behavior of > tracking FLANG 's status? That's my current plan, but I'll let this change settle a bit. I may eventually extract them from the llvm ports if upstream improves out of tree build support a bit more. We're in the current situation because I want flang to be available as a package and building it by default seems to be the most practical way to do that. -- Brooks --XRI2XbIfl/05pQwm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJihB9kAAoJEKzQXbSebgfALmIH/3qKUtRSCtDM4x0/n6S2JIUV m/Eeq1HAjvjEvfHgOrp8XDsLjRMIg6eEDtFWWeN8uoC/KAT2J6uWeWBpKw98E/AM 26uMJPY0xjHgnWycy/fcMRUOsCI9LUG7mglU2DmX01TS4LLcdd2L0sFwTF2f4CPi uLZZbAiKYhHsZZb27KGmHr2XI2HDBxEoNXDSPBNlgblWUOqbW+1mRUq4zVjS/XAC IbRAWKzGppf0DvoScINvKWoUmtdbp0/y7EtqiD1Zh8vN35J481s3S3jDqlxoUBG8 O5IWjmp85TA/tefJkdIaQJrX8c+x0AhhCkIbakU/TOFxAkaH+F8i9Ym042KRpzs= =f+H6 -----END PGP SIGNATURE----- --XRI2XbIfl/05pQwm--