This is an archive of the discontinued LLVM Phabricator instance.

Add cmake flag LLVM_USE_SANITIZE_COVERAGE
ClosedPublic

Authored by kcc on Jan 21 2015, 7:02 PM.

Details

Summary

When LLVM_USE_SANITIZE_COVERAGE=YES
and one of the sanitizers is used -fsanitize-coverage=3 will be added
to build flag. This will be used to run a coverage-guided fuzzer on various
llvm libraries.

Diff Detail

Event Timeline

kcc updated this revision to Diff 18578.Jan 21 2015, 7:02 PM
kcc retitled this revision from to Add cmake flag LLVM_USE_SANITIZE_COVERAGE.
kcc updated this object.
kcc edited the test plan for this revision. (Show Details)
kcc added a reviewer: rnk.
kcc added a subscriber: Unknown Object (MLST).
rnk accepted this revision.Jan 21 2015, 7:32 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jan 21 2015, 7:32 PM
kcc closed this revision.Jan 27 2015, 10:00 AM