[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.
This commit is contained in:
David Spickett 2022-02-15 11:36:55 +00:00
parent eeef6ad1d4
commit 8d4d0f7d1a
1 changed files with 0 additions and 6 deletions

View File

@ -145,12 +145,6 @@ Changes to the LLVM tools
Changes to LLDB 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 Changes to Sanitizers
--------------------- ---------------------