diff options
| author | Kostya Serebryany <kcc@google.com> | 2019-02-12 03:12:40 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2019-02-12 03:12:40 +0000 |
| commit | 2b9a8f37a484aa7f976829c055147f20b82d39d9 (patch) | |
| tree | 4d03b66688b8bdfddda69d6def1cf28395bd3e22 /compiler-rt/lib/fuzzer/FuzzerMerge.h | |
| parent | 9e624d54100b0c59f980bd0ffbe15d2b2abe7bb5 (diff) | |
| download | bcm5719-llvm-2b9a8f37a484aa7f976829c055147f20b82d39d9.tar.gz bcm5719-llvm-2b9a8f37a484aa7f976829c055147f20b82d39d9.zip | |
[libFuzzer] make the fork mode less verbose
llvm-svn: 353794
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerMerge.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerMerge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerMerge.h b/compiler-rt/lib/fuzzer/FuzzerMerge.h index 97f85cb4cbc..065dbd44a07 100644 --- a/compiler-rt/lib/fuzzer/FuzzerMerge.h +++ b/compiler-rt/lib/fuzzer/FuzzerMerge.h @@ -76,7 +76,8 @@ void CrashResistantMerge(const Vector<std::string> &Args, Vector<std::string> *NewFiles, const Set<uint32_t> &InitialFeatures, Set<uint32_t> *NewFeatures, - const std::string &CFPath); + const std::string &CFPath, + bool Verbose); } // namespace fuzzer |

