[PATCH] D66107: [libFuzzer] Make -merge=1 to reuse coverage information from the control file.
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 6 06:47:32 PDT 2019
Dor1s added a comment.
In D66107#1660264 <https://reviews.llvm.org/D66107#1660264>, @metzman wrote:
> > We recreate merged_corpus directory and run the second merge step:
>
> ` ./fuzz_target -merge=1 -merge_control_file=MCF ./new_corpus ./existing_corpus ./new_corpus`
>
> Should this be ` ./fuzz_target -merge=1 -merge_control_file=MCF ./merged_corpus ./existing_corpus ./new_corpus`?
Oh, right :( my bad, fixing the description now!
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66107/new/
https://reviews.llvm.org/D66107
More information about the llvm-commits
mailing list