Summary: | devel/llvm1[789] removal of arm_bf16.h from _BE_INCS_ARM in Makefile's was incorrect | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Millard <marklmi26-fbsd> |
Component: | Individual Port(s) | Assignee: | Brooks Davis <brooks> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | brooks |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(brooks) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Mark Millard
2024-09-01 06:35:44 UTC
Note: the automatic guess that lead to "freebsd-gecko (Nobody)" being assigned is wrong: devel/llvm1[789] are not part of gecko. ^Triage: correct assignment. Fwiw, the autoassigner is not intelligent enough to know what to do with regexes. Once upon a time I tried to write some similar code, and came to the conclusion that simply editing PR Summaries was easier (and far less prone to false positives). (In reply to Mark Linimon from comment #2) fwiw, in case of autoassigner false positives, please feel free to email bugmeister@FreeBSD.org directly. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3785e527f7f924b78c7b9049db40faa1ba0c095 commit f3785e527f7f924b78c7b9049db40faa1ba0c095 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-09-03 21:30:27 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-09-03 21:38:28 +0000 devel/llvm19: update to 19.1.0-rc4 arm_bf16.h is installed by the ARM backend as well as AArch64 so handle that. Patch out upstream 6d7e428df611 which traded a false negative for a false positive when compiling compiler-rt for i386. Fix default options for 32-bit powerpc arches. PR: 281179 devel/llvm19/Makefile | 18 ++++++++++-------- devel/llvm19/distinfo | 6 +++--- devel/llvm19/files/patch-revert-6d7e428df611 (new) | 17 +++++++++++++++++ 3 files changed, 30 insertions(+), 11 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ff7bac6370f6bb880187ec31dcd54fd046ffcd2 commit 7ff7bac6370f6bb880187ec31dcd54fd046ffcd2 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-09-04 17:59:57 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-09-12 07:15:27 +0000 devel/llvm[789]: restore arm_bf16.h to ARM backend arm_bf16.h is generated for both armv7 and aarch64 so move it back to ARM. We don't support AArch64 without ARM so we can just move it and not need to worry about duplicate supression (I'd previously fixed the issue in llvm19 in a more complicated manner so this change removes the duplicate supression and documents why it's not needed.) PR: 281179 Reported by: Mark Millard devel/llvm17/Makefile | 9 ++++++--- devel/llvm18/Makefile | 10 ++++++---- devel/llvm19/Makefile | 7 ++++--- 3 files changed, 16 insertions(+), 10 deletions(-) See comment #5 for the commit-hook notification. |