This is an archive of the discontinued LLVM Phabricator instance.

[sancov] applying blacklist to covered points too
ClosedPublic

Authored by aizatsky on Jan 18 2017, 2:49 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky created this revision.Jan 18 2017, 2:49 PM
vitalybuka accepted this revision.Jan 18 2017, 4:45 PM
vitalybuka added inline comments.
tools/sancov/sancov.cc
956 ↗(On Diff #84891)

maybe

if (!B.isBlacklisted(*LineInfo))
    Coverage->CoveredIds.insert(utohexstr(Addr, true));
This revision is now accepted and ready to land.Jan 18 2017, 4:45 PM
This revision was automatically updated to reflect the committed changes.