This is an archive of the discontinued LLVM Phabricator instance.

llvm-cov: report the number of executed functions instead of the number of fully covered functions.
ClosedPublic

Authored by arphaman on Sep 4 2014, 10:08 AM.

Details

Summary

I'm back after a short break.

This patch fixes the output produced by llvm-cov's report command by showing the number of functions executed in a file rather than the number of functions that were fully covered in that specific file.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 13274.Sep 4 2014, 10:08 AM
arphaman retitled this revision from to llvm-cov: report the number of executed functions instead of the number of fully covered functions..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: bogner, bob.wilson.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: Unknown Object (MLST).
arphaman updated this revision to Diff 14067.Sep 25 2014, 4:58 AM

Sorry about the delay, had a wrist injury.
I've applied your suggestion and rebased the patch.
Alex

arphaman updated this revision to Diff 14068.Sep 25 2014, 5:00 AM

Sorry, sent out the non-rebased version by accident, this is the rebased patch.

arphaman closed this revision.Sep 30 2014, 5:55 AM
arphaman updated this revision to Diff 14220.

Closed by commit rL218672 (authored by @arphaman).