Skip to content

Commit

Permalink
[lldb] [doc] Add release notes for a few noteworthy changes for Windo…
Browse files Browse the repository at this point in the history
…ws in 15.x
  • Loading branch information
mstorsjo committed Aug 3, 2022
1 parent aa94b5d commit e692f99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Expand Up @@ -308,6 +308,14 @@ Changes to LLDB

* LLDB now supports reading memory tags from AArch64 Linux core files.

* LLDB now supports the gnu debuglink section for reading debug information
from a separate file on Windows

* LLDB now allows selecting the C++ ABI to use on Windows (between Itanium,
used for MingW, and MSVC) via the ``plugin.object-file.pe-coff.abi`` setting.
In Windows builds of LLDB, this defaults to the style used for LLVM's default
target.

Changes to Sanitizers
---------------------

Expand Down

0 comments on commit e692f99

Please sign in to comment.