[PATCH] D49441: [libFuzzer] Update documentation regarding MSan.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 11:51:23 PDT 2018


morehouse added a comment.

Ran fuzzer-test-suite's `test-everything.sh` with `-fsanitize=memory,fuzzer` and all MSan reports came from the fuzz target, not libFuzzer.  I think it's time to document the new capability.


https://reviews.llvm.org/D49441





More information about the llvm-commits mailing list