mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Fix MemTagSanitizer docs to point at Armv8.5-A MTE
The Memory Tagging Extension was introduced in Armv8.5-A.
This commit is contained in:
parent
463c945344
commit
0456b1384a
@ -13,7 +13,7 @@ functionality is planned but not implemented. Hardware capable of
|
||||
running MemTagSanitizer does not exist as of Oct 2019.
|
||||
|
||||
MemTagSanitizer is a fast memory error detector and **a code hardening
|
||||
tool** based on ARMv9 `Memory Tagging Extension`_. It
|
||||
tool** based on the Armv8.5-A `Memory Tagging Extension`_. It
|
||||
detects a similar class of errors as `AddressSanitizer`_ or `HardwareAssistedAddressSanitizer`_, but with
|
||||
**much** lower overhead.
|
||||
|
||||
|
@ -190,7 +190,7 @@ Additional Topics
|
||||
|
||||
:doc:`MemTagSanitizer`
|
||||
Security hardening for production code aiming to mitigate memory
|
||||
related vulnerabilities. Based on ARMv9 Memory Tagging Extension.
|
||||
related vulnerabilities. Based on the Armv8.5-A Memory Tagging Extension.
|
||||
|
||||
:doc:`Dependence Graphs <DependenceGraphs/index>`
|
||||
A description of the design of the various dependence graphs such as
|
||||
|
Loading…
Reference in New Issue
Block a user