[PATCH] D115236: [msan] Implement -msan-no-sanitize-all.

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 05:18:14 PST 2021


melver accepted this revision.
melver added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:311
+static cl::opt<bool>
+    ClNoSanitizeWholeFile("msan-no-sanitize-all",
+                          cl::desc("Apply no_sanitize to the whole file"),
----------------
s/ClNoSanitizeWholeFile/ClNoSanitizeAll/ ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115236



More information about the llvm-commits mailing list