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 <[email protected]> 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 --------------------------------- _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
