[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used...
authorKostya Serebryany <kcc@google.com>
Sat, 23 May 2015 01:07:46 +0000 (01:07 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 23 May 2015 01:07:46 +0000 (01:07 +0000)
commit20e9bcbfc8817eb9a4c2433830a571430b7321e8
tree12d3a35169313c2b5dee346b38b7be2315319eaa
parentaa115fbb7be451f7c7d87f562b22e67a3034673f
[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues.

llvm-svn: 238078
llvm/lib/Fuzzer/FuzzerDriver.cpp
llvm/lib/Fuzzer/FuzzerIO.cpp
llvm/lib/Fuzzer/FuzzerInternal.h
llvm/lib/Fuzzer/FuzzerTraceState.cpp