https://github.com/mchoo7 updated https://github.com/llvm/llvm-project/pull/180194
>From ec13956c013cd9aa1be1da47fe6ae0e3c69e13cb Mon Sep 17 00:00:00 2001 From: Minsoo Choo <[email protected]> Date: Fri, 6 Feb 2026 09:03:30 -0500 Subject: [PATCH] [ReleaseNotes] Announce ending support for FreeBSD 13 and below in 23 Result of #179582 and #179587 Signed-off-by: Minsoo Choo <[email protected]> --- llvm/docs/ReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 7f4dcb5a55f7a..079d40c0e1d29 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -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 is the last release supporting FreeBSD 13 and below. As a result, + LLDB 23 will remove support for FreeBSD on MIPS64 and assume that FreeBSD targets + have watchpoint support. Changes to BOLT --------------------------------- _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
