OSDN Git Service

[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)
commit5db3fb7fb6c4bddc245b83db3b509a575eca83b9
treedc144deaba2ce1ead8169792b6bd8e5345db453a
parent6cde87723e1e7f5683e5d0132ad2c43e8d1a67e9
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerMerge.cpp
lib/Fuzzer/FuzzerMerge.h
lib/Fuzzer/test/FuzzerUnittest.cpp
lib/Fuzzer/test/merge-summary.test [new file with mode: 0644]