[llvm-branch-commits] [llvm] 9413df3 - [llvm][Release notes] Add AArch64 SVE, PAC and LLDB prebuilt binary
Muhammad Omair Javaid via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 3 08:21:34 PDT 2021
Author: Muhammad Omair Javaid
Date: 2021-08-03T20:20:07+05:00
New Revision: 9413df3891f43eb25a9aeb3483a3157e4eeb803a
URL: https://github.com/llvm/llvm-project/commit/9413df3891f43eb25a9aeb3483a3157e4eeb803a
DIFF: https://github.com/llvm/llvm-project/commit/9413df3891f43eb25a9aeb3483a3157e4eeb803a.diff
LOG: [llvm][Release notes] Add AArch64 SVE, PAC and LLDB prebuilt binary
This patch updates LLVM release notes to add a announcement about
AArch64 SVE, PAC and LLDB prebuilt binary.
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 73c0450485d0..9f0befb33249 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -243,6 +243,12 @@ Changes to the LLVM tools
Changes to LLDB
---------------------------------
+* LLDB executable is now included in pre-built LLVM binaries.
+
+* LLDB now includes full featured support for AArch64 SVE register access.
+
+* LLDB now supports AArch64 Pointer Authentication, allowing stack unwind with signed return address.
+
* LLDB now supports debugging programs on AArch64 Linux that use memory tagging (MTE).
* Added ``memory tag read`` and ``memory tag write`` commands.
* The ``memory region`` command will note when a region has memory tagging enabled.
More information about the llvm-branch-commits
mailing list