This is an archive of the discontinued LLVM Phabricator instance.

[LibFuzzer] Report when custom counters are available.
ClosedPublic

Authored by delcypher on Apr 15 2018, 11:25 AM.

Details

Summary

[LibFuzzer] Report when custom counters are available.

This upstreams a feature from the JFS solver's fork of LibFuzzer.

Diff Detail

Event Timeline

delcypher created this revision.Apr 15 2018, 11:25 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptApr 15 2018, 11:25 AM
delcypher updated this revision to Diff 142647.Apr 16 2018, 9:33 AM

Don't hard code number of counters because this number is not stable.

kcc accepted this revision.Apr 16 2018, 1:07 PM

LGTM

This revision is now accepted and ready to land.Apr 16 2018, 1:07 PM
This revision was automatically updated to reflect the committed changes.