[llvm-bugs] [Bug 30659] "llvm-cov show" displays suboptimal output when file is lacking coverage

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 11 15:24:04 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30659

Vedant Kumar <vsk at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vsk at apple.com
         Resolution|---                         |FIXED

--- Comment #1 from Vedant Kumar <vsk at apple.com> ---
The issue you're seeing with garbled warnings in -filename-equivalence mode was
fixed in r282281. You should now get a sensible diagnostic for uncovered files.

The top-of-tree version of llvm-cov also supports restricting reporting by
directory, so you should now be able to say `llvm-cov show ... src`.

Out of curiosity, are you enabling -filename-equivalence because you have
separate build and test machines? That mode only exists to make it easier to
test llvm-cov on bots.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161011/a9d027e2/attachment-0001.html>


More information about the llvm-bugs mailing list