aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/ReleaseNotes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 3b374e2c613d..cf41439d8dd7 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -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
---------------------