Date: Sat, 23 Sep 2023 08:13:35 +0000 From: Brooks Davis <brooks@freebsd.org> To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 778e212f234a - main - devel/llvm17: fix non-aarch64 plist issue Message-ID: <ZQ6eL5Qbd33UwUAC@spindle.one-eyed-alien.net> In-Reply-To: <202309230810.38N8A6CZ076784@gitrepo.freebsd.org> References: <202309230810.38N8A6CZ076784@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 23, 2023 at 08:10:06AM +0000, Brooks Davis wrote: > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=778e212f234a825c5e19612df4be2e8f838cb024 > > commit 778e212f234a825c5e19612df4be2e8f838cb024 > Author: Brooks Davis <brooks@FreeBSD.org> > AuthorDate: 2023-09-22 14:53:58 +0000 > Commit: Brooks Davis <brooks@FreeBSD.org> > CommitDate: 2023-09-23 08:09:54 +0000 > > devel/llvm17: fix non-aarch64 plist issue > > arm_sme_draft_spec_subject_to_change.h is an aarch64-specific header. > Reading the Cmakefiles, it appears arm_bf16.h and arm_sve.h are also > aarch64 not arm specific so move them. I'm not 100% sure this is correct for armv7 (I don't currently have an easy way to test), but it should at least correct amd64 with BE_NATIVE. If armv7 has stray files after this they can be moved back from AArch64 to ARM. -- Brooks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZQ6eL5Qbd33UwUAC>