[llvm-cov][NFC] Add test for coverage-prefix-map remappings
authorKeith Smiley <keithbsmiley@gmail.com>
Fri, 27 Aug 2021 06:36:49 +0000 (23:36 -0700)
committerKeith Smiley <keithbsmiley@gmail.com>
Tue, 31 Aug 2021 00:19:57 +0000 (17:19 -0700)
commitb5da3120b8ca99ad626af937eff0509ffa8e3440
tree71030a74a453f14dddaf0085baee4f0d6d585421
parentba72cfe73464b9f1e06f2cd2bed93b07483c0be1
[llvm-cov][NFC] Add test for coverage-prefix-map remappings

This test covers acts as a regression test for these fixes:

c75a0a1e9dc29be4e00d37d0d00288afc1a6153f
dd388ba3e0b0a5f06565d0bcb6e1aebb5daac065

Differential Revision: https://reviews.llvm.org/D108805
llvm/test/tools/llvm-cov/Inputs/coverage_prefix_map/bar.h [new file with mode: 0644]
llvm/test/tools/llvm-cov/Inputs/coverage_prefix_map/main.cc [new file with mode: 0644]
llvm/test/tools/llvm-cov/Inputs/coverage_prefix_map/main.covmapping [new file with mode: 0644]
llvm/test/tools/llvm-cov/Inputs/coverage_prefix_map/main.profdata [new file with mode: 0644]
llvm/test/tools/llvm-cov/coverage-prefix-map.test [new file with mode: 0644]