[Bug 276794] The PPC-specific header /usr/lib/clang/16/include/ppc_wrappers/mmintrin.h asks to define the x86-specific variable NO_WARN_X86_INTRINSICS (port audio/surge-synthesizer-lv2 on powerpc64le)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 18:16:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
Mark Millard <marklmi26-fbsd@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marklmi26-fbsd@yahoo.com
--- Comment #1 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
I'm confused. stable/14 had LLVM 17 commited back on 2024-Jan-07 or so
but this report is for the older llvm 16 context ("/usr/lib/clang/16/").
The __FreeBSD_version bump for the LLVM commit was on 2024-Jan-07:
author Dimitry Andric <dim@FreeBSD.org> 2023-12-08 17:36:40 +0000
committer Dimitry Andric <dim@FreeBSD.org> 2024-01-07 17:46:20
+0000
commit 68584c97ecfb3046de7fb1b16c2caa785392237c (patch)
. . .
PR: 273753
MFC after: 1 month
(cherry picked from commit c711af7727824da79d87f375f3d6829feec3799a)
Diffstat
-rw-r--r-- sys/sys/param.h 2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 7ceae8fa8365..fc684f525aaf 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400503
+#define __FreeBSD_version 1400504
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
Does LLVM 17 have the same problem? Or is it really a 14.0-RELEASE issue
(that will always be LLVM 16 based but will be replaced by 14.1-RELEASE
at some point).
--
You are receiving this mail because:
You are the assignee for the bug.