This is an archive of the discontinued LLVM Phabricator instance.

Introduce -fsanitize-coverage=N flag
ClosedPublic

Authored by kcc on Nov 6 2014, 12:45 PM.

Details

Summary

This change makes the asan-coverge (formerly -mllvm -asan-coverge)
accessible via a clang flag.
Companion patch to LLVM is http://reviews.llvm.org/D6152

Diff Detail

Event Timeline

kcc updated this revision to Diff 15888.Nov 6 2014, 12:45 PM
kcc retitled this revision from to Introduce -fsanitize-coverage=N flag.
kcc updated this object.
kcc edited the test plan for this revision. (Show Details)
kcc added a reviewer: samsonov.
kcc added a subscriber: Unknown Object (MLST).
samsonov accepted this revision.Nov 6 2014, 4:44 PM
samsonov edited edge metadata.

LGTM. Do you think this flag is ready to be documented (in docs/UsersManual.rst and, potentially, in a separate page)?

This revision is now accepted and ready to land.Nov 6 2014, 4:44 PM
kcc added a comment.Nov 6 2014, 4:47 PM

No, I'd prefer to keep it undocumented for now.

kcc closed this revision.Nov 11 2014, 2:06 PM