diff options
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 273f486b2f9..0d35155fe62 100644 --- a/compiler-rt/lib/fuzzer/FuzzerMerge.h +++ b/compiler-rt/lib/fuzzer/FuzzerMerge.h @@ -71,7 +71,8 @@ struct Merger { Vector<std::string> CrashResistantMerge(const Vector<std::string> &Args, - const Vector<std::string> &Corpora, + const Vector<SizedFile> &OldCorpus, + const Vector<SizedFile> &NewCorpus, const std::string &CFPath); } // namespace fuzzer |

