[llvm-branch-commits] [llvm] e692f99 - [lldb] [doc] Add release notes for a few noteworthy changes for Windows in 15.x
Martin Storsjö via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 3 02:09:11 PDT 2022
Author: Martin Storsjö
Date: 2022-08-03T12:08:32+03:00
New Revision: e692f99b2af8f099938d64efa719a1e3a3cf7bd3
URL: https://github.com/llvm/llvm-project/commit/e692f99b2af8f099938d64efa719a1e3a3cf7bd3
DIFF: https://github.com/llvm/llvm-project/commit/e692f99b2af8f099938d64efa719a1e3a3cf7bd3.diff
LOG: [lldb] [doc] Add release notes for a few noteworthy changes for Windows in 15.x
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 3b374e2c613dd..cf41439d8dd74 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
---------------------
More information about the llvm-branch-commits
mailing list