This is an archive of the discontinued LLVM Phabricator instance.

[libfuzzer][doc] documenting running libfuzzer tests.
ClosedPublic

Authored by aizatsky on May 24 2016, 12:55 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 58298.May 24 2016, 12:55 PM
aizatsky retitled this revision from to [libfuzzer][doc] documenting running libfuzzer tests..
aizatsky updated this object.
aizatsky added a project: Restricted Project.
aizatsky added a subscriber: llvm-commits.
kcc added inline comments.May 24 2016, 3:21 PM
docs/LibFuzzer.rst
695 ↗(On Diff #58298)

Building libFuzzer's tests and running them using the LLVM test infrastructure requires ...
For using libFuzzer outside of LLVM you don't need any of this.

aizatsky updated this revision to Diff 58334.May 24 2016, 3:26 PM

updated wording.

aizatsky marked an inline comment as done.May 24 2016, 3:27 PM
aizatsky added inline comments.
docs/LibFuzzer.rst
695 ↗(On Diff #58298)

Done. How about now?

kcc accepted this revision.May 24 2016, 3:27 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 24 2016, 3:27 PM
This revision was automatically updated to reflect the committed changes.
aizatsky marked an inline comment as done.