[llvm-bugs] [Bug 34275] New: llvm-cov: Passed list of source files ignored with "report"
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 22 02:12:45 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34275
Bug ID: 34275
Summary: llvm-cov: Passed list of source files ignored with
"report"
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: dennis.felsing at sap.com
CC: llvm-bugs at lists.llvm.org
Running "llvm-cov report" doesn't consider the list of source files passed.
This can probably be fixed by adding the SourceFiles to the call to
renderFileReports like so:
Report.renderFileReports(llvm::outs(), SourceFiles);
--
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/20170822/0e0620c3/attachment.html>
More information about the llvm-bugs
mailing list