[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)
commit4ea4cb31974720364c440bba63f255c5990c7316
treedbd062ed640a07db6e1b2011b36f186504f05bd8
parent9484f5764ceace8c9d6dc6011124738de1becf78
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerTraceState.cpp