Add --param=memtag-instrument-mem-intrinsics to invoke.texi since that
wasn't done when the param got introduced.

Committing as obvious.

gcc/ChangeLog:

        * doc/invoke.texi: Document
        --param=memtag-instrument-mem-intrinsics

Signed-off-by: Filip Kastl <[email protected]>
---
 gcc/doc/invoke.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c54eb758b17..ea2d53beb79 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17736,6 +17736,9 @@ Enable hardware-assisted memory tagging of dynamically 
sized stack-allocated
 variables.  This kind of code generation is enabled by default when using
 @option{-fsanitize=memtag-stack}.
 
+@item memtag-instrument-mem-intrinsics
+When sanitizing using MTE instructions, include builtin functions.
+
 @item use-after-scope-direct-emission-threshold
 If the size of a local variable in bytes is smaller or equal to this
 number, directly poison (or unpoison) shadow memory instead of using
-- 
2.51.0

Reply via email to