[PATCH] D115236: [msan] Implement -msan-no-sanitize-whole-file.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 7 10:24:53 PST 2021
vitalybuka added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:312
+ cl::desc("Apply __no_sanitize(("
+ "memory"
+ ")) to the whole file"),
----------------
glider wrote:
> This edit was suggested by clang-format, I am not particularly fond of it.
I guess we need this because simple -fno-sanitize=memory will also remove shadow propagation?
What about SanitizerSpecialCaseList?
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