[PATCH] D105139: [llvm-cov] Allow multiple remaps in --path-equivalence
Tomas Camin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 29 12:11:17 PDT 2021
tcamin created this revision.
tcamin added a reviewer: keith.
tcamin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Previously the --path-equivalence parameter would allow to specify a single remap pair (coverage data path - local source file path). This patch changes this allowing to pass as many remaps as needed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105139
Files:
llvm/tools/llvm-cov/CodeCoverage.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105139.355121.patch
Type: text/x-patch
Size: 5044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210629/2fca980f/attachment.bin>
More information about the llvm-commits
mailing list