Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Fuzzer/
-
trunk/
-
lib/
-
Fuzzer/
-
FuzzerSanitizerOptions.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D17168
[libfuzzer] Removing coverage-related flags from asan options.
Closed
Public
Authored by
aizatsky
on Feb 11 2016, 1:33 PM.
Download Raw Diff
Details
Reviewers
kcc
Commits
rGfcb06b4aa596: [libfuzzer] Removing coverage-related flags from asan options.
rL260611: [libfuzzer] Removing coverage-related flags from asan options.
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 reviewer:
kcc
.
Feb 11 2016, 1:34 PM
aizatsky
added a subscriber:
llvm-commits
.
kcc
accepted this revision.
Feb 11 2016, 2:03 PM
kcc
edited edge metadata.
Comment Actions
LGTM
This revision is now accepted and ready to land.
Feb 11 2016, 2:03 PM
Closed by commit
rL260611: [libfuzzer] Removing coverage-related flags from asan options.
(authored by
aizatsky
).
·
Explain Why
Feb 11 2016, 2:24 PM
This revision was automatically updated to reflect the committed changes.