https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276794
Mark Millard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mark Millard <[email protected]> --- 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 <[email protected]> 2023-12-08 17:36:40 +0000 committer Dimitry Andric <[email protected]> 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.
