[libFuzzer] add two experimental flags to make corpus merging more scalable: -save_co...
authorKostya Serebryany <kcc@google.com>
Wed, 22 Mar 2017 20:32:44 +0000 (20:32 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 22 Mar 2017 20:32:44 +0000 (20:32 +0000)
commit4fc6dd7f8fdd9e5d61f1cfe32afae038c0a8988f
treeca9aa9e03c351a2aa610237da827252e17a379fa
parent6b2c9ac8885c62500efbe6013936d83bee7fae8f
[libFuzzer] add two experimental flags to make corpus merging more scalable: -save_coverage_summary/-load_coverage_summary. This is still WIP, the documentation will come later if these flags survive

llvm-svn: 298548
llvm/lib/Fuzzer/FuzzerDriver.cpp
llvm/lib/Fuzzer/FuzzerFlags.def
llvm/lib/Fuzzer/FuzzerInternal.h
llvm/lib/Fuzzer/FuzzerMerge.cpp
llvm/lib/Fuzzer/FuzzerMerge.h
llvm/lib/Fuzzer/test/FuzzerUnittest.cpp
llvm/lib/Fuzzer/test/merge-summary.test [new file with mode: 0644]