This is an archive of the discontinued LLVM Phabricator instance.

[llvm-cov] Fix showing title when filtering and not outputting to a directory
ClosedPublic

Authored by seaneveson on Oct 3 2017, 8:35 AM.

Details

Summary

Fix an accidental side effect of r314310 (https://reviews.llvm.org/D38280) where the coverage title was being written to stdout when filtering without an output directory.

Diff Detail

Repository
rL LLVM

Event Timeline

seaneveson created this revision.Oct 3 2017, 8:35 AM
vsk edited edge metadata.Oct 3 2017, 10:28 AM

It seems easy enough to add a regression test for this, and I think we should.

Extend a test that already checked for this to cover filtered output as well.

vsk accepted this revision.Oct 3 2017, 10:59 AM

Great, thank you! Lgtm.

This revision is now accepted and ready to land.Oct 3 2017, 10:59 AM
This revision was automatically updated to reflect the committed changes.