This is an archive of the discontinued LLVM Phabricator instance.

[SanitizerCoverage] Introduce SanitizerCoverageOptions struct.
ClosedPublic

Authored by samsonov on May 6 2015, 3:49 PM.

Details

Summary

This gives frontend more precise control over collected coverage
information. User can still override these options by passing
-mllvm flags.

No functionality change.

Diff Detail

Repository
rL LLVM

Event Timeline

samsonov updated this revision to Diff 25099.May 6 2015, 3:49 PM
samsonov retitled this revision from to [SanitizerCoverage] Introduce SanitizerCoverageOptions struct..
samsonov updated this object.
samsonov edited the test plan for this revision. (Show Details)
samsonov added a reviewer: kcc.
samsonov added a subscriber: Unknown Object (MLST).
kcc accepted this revision.May 6 2015, 5:10 PM
kcc edited edge metadata.

LGTM++

This revision is now accepted and ready to land.May 6 2015, 5:10 PM
This revision was automatically updated to reflect the committed changes.