[llvm-cov] Do not print out the filename of the object file
authorVedant Kumar <vsk@apple.com>
Tue, 25 Oct 2016 00:08:33 +0000 (00:08 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 25 Oct 2016 00:08:33 +0000 (00:08 +0000)
commit5c61c703877df673b89cb98a74edeb956b94506c
tree61abedefb74f6d6d50cbb007d7c674962b373058
parent566a51d193c8c04382f391b42d2181a4b0b1cbf4
[llvm-cov] Do not print out the filename of the object file

When we load coverage data from multiple objects, we don't have a way to
attribute a source object to a function record. Printing out the object
filename next to the source filename is already not very useful: soon,
it'll actually become misleading. Stop printing out the filename now.

llvm-svn: 285043
15 files changed:
llvm/test/tools/llvm-cov/Inputs/binary-formats.canonical.json
llvm/test/tools/llvm-cov/Inputs/highlightedRanges.json
llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.json
llvm/test/tools/llvm-cov/Inputs/regionMarkers.json
llvm/test/tools/llvm-cov/Inputs/showExpansions.json
llvm/test/tools/llvm-cov/Inputs/showProjectSummary.test
llvm/test/tools/llvm-cov/Inputs/universal-binary.json
llvm/test/tools/llvm-cov/native_separators.c
llvm/tools/llvm-cov/CodeCoverage.cpp
llvm/tools/llvm-cov/CoverageExporterJson.cpp
llvm/tools/llvm-cov/CoverageViewOptions.h
llvm/tools/llvm-cov/SourceCoverageView.cpp
llvm/tools/llvm-cov/SourceCoverageView.h
llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
llvm/tools/llvm-cov/SourceCoverageViewText.cpp