[PATCH] D129410: Update sanitize_* IR documentation.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 16:48:45 PDT 2022


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/docs/LangRef.rst:2345
+    protected by MTE. This attribute is added by clang when
+    `-fsanitize=memtag-globals` is provided, as long as the attribute is not
+    marked with `__attribute__((no_sanitize("memtag")))`,
----------------
"as long as the attribute" - as long as the global


================
Comment at: llvm/docs/LangRef.rst:2349
+    `-fsanitize-ignorelist` file. The AArch64 Globals Tagging pass may remove
+    this attribute when it's not possible to be tagged (e.g. it's a TLS
+    variable).
----------------
"when it's not possible to be tagged" - missing "global" somewhere?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129410/new/

https://reviews.llvm.org/D129410



More information about the llvm-commits mailing list