[all-commits] [llvm/llvm-project] 5042e1: [llvm-cov] Allow multiple remaps in --path-equival...
Tomas Camin via All-commits
all-commits at lists.llvm.org
Wed Aug 23 15:28:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5042e1e56d39a02517abecbe00e72eea698d309a
https://github.com/llvm/llvm-project/commit/5042e1e56d39a02517abecbe00e72eea698d309a
Author: Tomas Camin <tomas.camin at adevinta.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M llvm/docs/CommandGuide/llvm-cov.rst
A llvm/test/tools/llvm-cov/Inputs/multiple-path_equivalence.covmapping
A llvm/test/tools/llvm-cov/Inputs/multiple-path_equivalence.proftext
A llvm/test/tools/llvm-cov/multiple-path_equivalence.test
M llvm/test/tools/llvm-cov/path_equivalence.c
M llvm/tools/llvm-cov/CodeCoverage.cpp
Log Message:
-----------
[llvm-cov] Allow multiple remaps in --path-equivalence
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.
Reviewed By: keith
Differential Revision: https://reviews.llvm.org/D154223
More information about the All-commits
mailing list