This is an archive of the discontinued LLVM Phabricator instance.

-output_csv libfuzzer option
ClosedPublic

Authored by aizatsky on Nov 11 2015, 5:18 PM.

Details

Summary

The option outputs statistics in CSV format preceded by 1 header line.
This is intended for machine processing of the output.
-verbosity=0 should likely be set.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 39995.Nov 11 2015, 5:18 PM
aizatsky retitled this revision from to -output_csv libfuzzer options.
aizatsky updated this object.
aizatsky retitled this revision from -output_csv libfuzzer options to -output_csv libfuzzer option.Nov 11 2015, 5:18 PM
aizatsky updated this object.
aizatsky added a reviewer: kcc.
aizatsky added a subscriber: llvm-commits.
kcc accepted this revision.Nov 11 2015, 5:29 PM
kcc edited edge metadata.

LGTM with one nit

lib/Fuzzer/FuzzerLoop.cpp
440 ↗(On Diff #39995)

Why "" as second param? It will not terminate the line

This revision is now accepted and ready to land.Nov 11 2015, 5:29 PM
aizatsky updated this revision to Diff 40005.Nov 11 2015, 8:29 PM
aizatsky edited edge metadata.

review

aizatsky marked an inline comment as done.Nov 11 2015, 8:29 PM

submitting.

This revision was automatically updated to reflect the committed changes.