[llvm-branch-commits] [llvm] d9cccb1 - [ReleaseNotes] Announce ending support for FreeBSD 13 and below in 23

Cullen Rhodes via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 11 02:02:23 PST 2026


Author: Minsoo Choo
Date: 2026-02-11T10:00:32Z
New Revision: d9cccb18498c0c61ff1dbcc597d9d7af8629556c

URL: https://github.com/llvm/llvm-project/commit/d9cccb18498c0c61ff1dbcc597d9d7af8629556c
DIFF: https://github.com/llvm/llvm-project/commit/d9cccb18498c0c61ff1dbcc597d9d7af8629556c.diff

LOG: [ReleaseNotes] Announce ending support for FreeBSD 13 and below in 23

Result of #179582 and #179587

Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
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
 ---------------------------------


        


More information about the llvm-branch-commits mailing list