Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llvm/docs/MemTagSanitizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Usage
=====

Compile and link your program with ``-fsanitize=memtag`` flag. This
will only work when targeting AArch64 with MemTag extension. One
will only work when targeting AArch64 Android with MemTag extension. One
possible way to achieve that is to add ``-target
aarch64-linux -march=armv8+memtag`` to compilation flags.
aarch64-linux-android -march=armv8+memtag`` to compilation flags.

Implementation
==============
Expand Down
Loading