[llvm-branch-commits] [llvm] [ReleaseNotes] Announce ending support for FreeBSD 13 and below in 23 (PR #180194)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 6 06:57:34 PST 2026
================
@@ -316,6 +316,9 @@ Changes to LLDB
* LLDB now includes formatters for many types from the MSVC STL.
* DIL (the new `frame variable` implementation) now uses ':' as a bitfield
extraction range character. '-' is deprecated and will output an error when used.
+* LLDB 22.x is the last release supporting FreeBSD 13 and below. As a result,
+ LLDB 23.x will remove support for MIPS64 on FreeBSD and assume that FreeBSD
----------------
DavidSpickett wrote:
I would say "FreeBSD on MIPS64". I think the architecture is more commonly thought of as the base of the stack of things, architecture/kernel/OS/userspace/and so on.
Or you could just say "MIPS64 FreeBSD".
https://github.com/llvm/llvm-project/pull/180194
More information about the llvm-branch-commits
mailing list