This is an archive of the discontinued LLVM Phabricator instance.

[libfuzzer] prune_corpus option for disabling pruning during the load.
ClosedPublic

Authored by aizatsky on Jun 7 2016, 10:32 AM.

Details

Summary

The option is very useful for testing, plus I intend to measure
its effect on fuzzer effectiveness.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 59908.Jun 7 2016, 10:32 AM
aizatsky retitled this revision from to [libfuzzer] prune_corpus option for disablinging pruning on the load..
aizatsky updated this object.
aizatsky added a project: Restricted Project.
aizatsky retitled this revision from [libfuzzer] prune_corpus option for disablinging pruning on the load. to [libfuzzer] prune_corpus option for disablinging pruning during the load..
aizatsky retitled this revision from [libfuzzer] prune_corpus option for disablinging pruning during the load. to [libfuzzer] prune_corpus option for disabling pruning during the load..
aizatsky added a subscriber: Restricted Project.
aizatsky edited subscribers, added: llvm-commits; removed: Restricted Project.
aizatsky updated this revision to Diff 59914.Jun 7 2016, 11:04 AM

always running fuzzer on corpus items.

kcc accepted this revision.Jun 7 2016, 11:05 AM
kcc edited edge metadata.

LGTM,
but if you want this option to be user-visible (i.e. not experimental/internal/hidden/etc) please also document it.

This revision is now accepted and ready to land.Jun 7 2016, 11:05 AM
This revision was automatically updated to reflect the committed changes.