Revert "llvm-cov: Remove an overly system specific test"
authorJustin Bogner <mail@justinbogner.com>
Thu, 11 Sep 2014 23:20:48 +0000 (23:20 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 11 Sep 2014 23:20:48 +0000 (23:20 +0000)
commita476ce78a0f3fb0fca2d0229070f0c68dcccb80f
treef7903f355197a0a30ae13fe163fa9010541f8706
parent264a325a90f7b397b8c9ff954080ffc73c9e2483
Revert "llvm-cov: Remove an overly system specific test"

This fixes a call to sys::fs::equivalent that should've been to
CodeCoverageTool::equivalentFiles, which lets us restore the test of
r217476 that was removed in r217478.

This reverts r217478, but the test works this time.

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