[PATCH] D48890: [MSan] Add functions to enable/disable interceptor checks.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 3 14:47:57 PDT 2018
eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/test/msan/scoped-interceptors.cc:32
+ case '1': {
+ puts(uninit); // BOOM
+ break;
----------------
repeat this line one more time to make sure that the first call did not somehow re-enable interceptor checks.
https://reviews.llvm.org/D48890
More information about the llvm-commits
mailing list