[llvm] 8d4d0f7 - [lldb] Remove memory region non-address change from release notes
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 03:38:42 PST 2022
Author: David Spickett
Date: 2022-02-15T11:36:55Z
New Revision: 8d4d0f7d1afcab6276eeae10b42cfde5e49911cf
URL: https://github.com/llvm/llvm-project/commit/8d4d0f7d1afcab6276eeae10b42cfde5e49911cf
DIFF: https://github.com/llvm/llvm-project/commit/8d4d0f7d1afcab6276eeae10b42cfde5e49911cf.diff
LOG: [lldb] Remove memory region non-address change from release notes
This is now on 14.x as af19ae529271f9ae96927662d7d876489115fb26
so it is not new to 15.
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index fb81e6567a23..2f840a5f4c91 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -145,12 +145,6 @@ Changes to the LLVM tools
Changes to LLDB
---------------------------------
-* The ``memory region`` command and ``GetMemoryRegionInfo`` API method now
- ignore non-address bits in the address parameter. This also means that on
- systems with non-address bits the last (usually unmapped) memory region
- will not extend to 0xF...F. Instead it will end at the end of the mappable
- range that the virtual address size allows.
-
Changes to Sanitizers
---------------------
More information about the llvm-commits
mailing list