[llvm-branch-commits] [llvm] [ReleaseNotes] Announce ending support for FreeBSD 13 and below in 23 (PR #180194)
Minsoo Choo via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 6 06:07:57 PST 2026
https://github.com/mchoo7 created https://github.com/llvm/llvm-project/pull/180194
Result of #179582 and #179587
>From 7b2c2744ce6668e313e36d7ab81280d03ecfc5e6 Mon Sep 17 00:00:00 2001
From: Minsoo Choo <minsoochoo0122 at proton.me>
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 <minsoochoo0122 at proton.me>
---
llvm/docs/ReleaseNotes.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 7f4dcb5a55f7a..de514361fc638 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.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
+ targets have watchpoint support.
Changes to BOLT
---------------------------------
More information about the llvm-branch-commits
mailing list