This is an archive of the discontinued LLVM Phabricator instance.

[GCOV] Function counters are wrong when on one line
ClosedPublic

Authored by calixte on Oct 23 2018, 12:06 PM.

Details

Summary

After commit https://reviews.llvm.org/rL344228, the function definitions have a counter but when on one line the counter is wrong (e.g. void foo() { })
I added a test in: https://reviews.llvm.org/D53601

Diff Detail

Repository
rL LLVM

Event Timeline

calixte created this revision.Oct 23 2018, 12:06 PM
calixte edited the summary of this revision. (Show Details)Oct 23 2018, 12:09 PM
marco-c accepted this revision.Oct 25 2018, 2:52 AM
This revision is now accepted and ready to land.Oct 25 2018, 2:52 AM
This revision was automatically updated to reflect the committed changes.