This is an archive of the discontinued LLVM Phabricator instance.

[libfuzzer] Removing coverage-related flags from asan options.
ClosedPublic

Authored by aizatsky on Feb 11 2016, 1:33 PM.

Details

Summary

Reasons to remove are twofold:

  • we don't really need coverage=1 for libfuzzer operation
  • makes controlling coverage for fuzzer processes non-trivial.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 47721.Feb 11 2016, 1:33 PM
aizatsky retitled this revision from to [libfuzzer] Removing coverage-related flags from asan options..
aizatsky updated this object.
aizatsky added a subscriber: llvm-commits.
kcc accepted this revision.Feb 11 2016, 2:03 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 11 2016, 2:03 PM
This revision was automatically updated to reflect the committed changes.