[PATCH] D49404: [libFuzzer] Avoid std::cout in SimpleTest.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 15:54:58 PDT 2018


kcc added a comment.

err... partially taking my word back.. I do want to keep this test to use STL. 
Instead of this change, please create another test, e.g. SimpleTestStdio.cpp, that won't use STL, and use the new test in msan runs.


https://reviews.llvm.org/D49404





More information about the llvm-commits mailing list