[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
Tue Feb 10 05:51:59 PST 2026
https://github.com/mchoo7 updated https://github.com/llvm/llvm-project/pull/180194
>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 1/2] [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
---------------------------------
>From f7e0e57af426b52fd9f20652b905b95e97bc1c16 Mon Sep 17 00:00:00 2001
From: Minsoo Choo <minsoochoo0122 at proton.me>
Date: Fri, 6 Feb 2026 10:04:12 -0500
Subject: [PATCH 2/2] fixup! [ReleaseNotes] Announce ending support for FreeBSD
13 and below in 23
Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>
---
llvm/docs/ReleaseNotes.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index de514361fc638..079d40c0e1d29 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -316,9 +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.
+* 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