commit | 373d6ed7cf24e28de441cfeef4d14c4c0a20c905 | [log] [tgz] |
---|---|---|
author | Matt Morehouse <mascasa@google.com> | Fri Jul 06 17:10:51 2018 +0000 |
committer | Matt Morehouse <mascasa@google.com> | Fri Jul 06 17:10:51 2018 +0000 |
tree | d96f1b54afccd84dcd639978b2417c113e71ddb5 | |
parent | becbb87553123b288a74a695d5355c87b5f49846 [diff] |
[MSan] Add functions to enable/disable interceptor checks. Summary: The motivation for this change is to make libFuzzer+MSan possible without instrumenting libFuzzer. See https://github.com/google/sanitizers/issues/958. Reviewers: eugenis Reviewed By: eugenis Subscribers: llvm-commits, kcc Differential Revision: https://reviews.llvm.org/D48890 llvm-svn: 336447