Fix MemTagSanitizer docs to point at Armv8.5-A MTE
authorPablo Barrio <pablo.barrio@arm.com>
Thu, 5 Mar 2020 16:27:25 +0000 (16:27 +0000)
committerPablo Barrio <pablo.barrio@arm.com>
Thu, 5 Mar 2020 17:23:58 +0000 (17:23 +0000)
The Memory Tagging Extension was introduced in Armv8.5-A.

llvm/docs/MemTagSanitizer.rst
llvm/docs/Reference.rst

index 988c11b..62efbfb 100644 (file)
@@ -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.
 
index 8aef4ee..9d747b8 100644 (file)
@@ -190,7 +190,7 @@ Additional Topics
 \r
 :doc:`MemTagSanitizer`\r
   Security hardening for production code aiming to mitigate memory\r
-  related vulnerabilities. Based on ARMv9 Memory Tagging Extension.\r
+  related vulnerabilities. Based on the Armv8.5-A Memory Tagging Extension.\r
 \r
 :doc:`Dependence Graphs <DependenceGraphs/index>`\r
   A description of the design of the various dependence graphs such as\r