OSDN Git Service

[llvm-cov] Drop the longest common filename prefix from summaries
authorVedant Kumar <vsk@apple.com>
Thu, 8 Sep 2016 00:56:43 +0000 (00:56 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 8 Sep 2016 00:56:43 +0000 (00:56 +0000)
commita57be105070da7dcfd2ddab46fec7422f69b499e
tree3265a74649b736941b74aa4c14d1612b3d2f1d88
parent2a93bda6e9ae26cc7c50a1b0976b3a82a00d9ea9
[llvm-cov] Drop the longest common filename prefix from summaries

Remove the longest common prefix from filenames when printing coverage
summaries. This makes them easier to compare.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280895 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/Inputs/multiple-files.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/multiple-files.proftext [new file with mode: 0644]
test/tools/llvm-cov/multiple-files.test [new file with mode: 0644]
tools/llvm-cov/CoverageReport.cpp