Re: git: 778e212f234a - main - devel/llvm17: fix non-aarch64 plist issue
- In reply to: Brooks Davis : "git: 778e212f234a - main - devel/llvm17: fix non-aarch64 plist issue"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Sep 2023 08:13:35 UTC
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