This is an archive of the discontinued LLVM Phabricator instance.

sancov: coverage can be reported by multiple functions.
ClosedPublic

Authored by aizatsky on Dec 10 2015, 12:38 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 42456.Dec 10 2015, 12:38 PM
aizatsky retitled this revision from to sancov: coverage can be reported by multiple functions..
aizatsky updated this object.
aizatsky added a subscriber: llvm-commits.
krasin edited edge metadata.Dec 10 2015, 1:18 PM

LGTM with a nit.

tools/sancov/sancov.cc
233 ↗(On Diff #42456)

llvm_unreachable();

aizatsky added inline comments.Dec 14 2015, 3:33 PM
tools/sancov/sancov.cc
233 ↗(On Diff #42456)

It's actually reachable now, I'll update the comment.

This revision was automatically updated to reflect the committed changes.