This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Fix denominator in the "inputs have DFT" log line.
ClosedPublic

Authored by Dor1s on Feb 18 2020, 9:59 AM.

Details

Summary

The number of "inputs have the Data Flow Trace" cannot be greater than
the number of inputs touching the focus function. The existing message is rather
confusing as the same log would mention a greater total number of traces a few
lines above.

Diff Detail

Event Timeline

Dor1s created this revision.Feb 18 2020, 9:59 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 18 2020, 9:59 AM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript

Small change. PTAL, or I'll land it myself it a day or so :)

This revision is now accepted and ready to land.Feb 19 2020, 10:53 AM
This revision was automatically updated to reflect the committed changes.

Sorry I didn't review this. LGTM