[PATCH] D66107: [libFuzzer] Improve -merge= process to account for REDUCED corpus units.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 12:50:11 PDT 2019
kcc added a comment.
I would prefer to not introduce this complexity.
For periodic pruning we can use an empty dir, like you describe.
For stats, we can use the overal corpus size (in bytes and in files)
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