]> granicus.if.org Git - llvm/commit
[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)
commit5b5c5e75554fa603d461df5135d41f364f7e71a3
treed4af733981e2a692442083e15f3c40c3ac09aec1
parent01b89435ec22db6b42999dfc73a741c22826f91f
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285043 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/tools/llvm-cov/Inputs/binary-formats.canonical.json
test/tools/llvm-cov/Inputs/highlightedRanges.json
test/tools/llvm-cov/Inputs/lineExecutionCounts.json
test/tools/llvm-cov/Inputs/regionMarkers.json
test/tools/llvm-cov/Inputs/showExpansions.json
test/tools/llvm-cov/Inputs/showProjectSummary.test
test/tools/llvm-cov/Inputs/universal-binary.json
test/tools/llvm-cov/native_separators.c
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageExporterJson.cpp
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/SourceCoverageView.cpp
tools/llvm-cov/SourceCoverageView.h
tools/llvm-cov/SourceCoverageViewHTML.cpp
tools/llvm-cov/SourceCoverageViewText.cpp