aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-08-03 12:08:32 +0300
committerMartin Storsjö <martin@martin.st>2022-08-03 12:08:32 +0300
commite692f99b2af8f099938d64efa719a1e3a3cf7bd3 (patch)
tree1f71fb960b43ea307392b3529cdbd61576632fbf
parentaa94b5d4e73d4c2437fe50cc5522899cce4e5b8a (diff)
[lldb] [doc] Add release notes for a few noteworthy changes for Windows in 15.xlinaro-local/ci/tcwg_bmk_llvm_tx1/llvm-release-aarch64-spec2k6-O2
-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
---------------------