summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/multiple-files2.covmapping
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar2017-02-231-0/+0
Instead of stripping the longest common prefix off of the filenames in a report, strip out the longest chain of redundant path components. This fixes the case in PR31982, where there are two files with the same prefix, and stripping out the LCP makes things less intelligible. llvm-svn: 296029
OpenPOWER on IntegriCloud