Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------
Expand Down
Loading