[PATCH] D32198: [TySan] A Type Sanitizer (LLVM)

Mingjie Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 19:30:50 PST 2023


Enna1 added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp:505
+      // Skip memory accesses inserted by another instrumentation.
+      if (Inst.getMetadata("nosanitize"))
+        continue;
----------------
we have LLVMContext::MD_nosanitize now :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D32198



More information about the llvm-commits mailing list