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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/docs/CommandGuide/llvm-cov.rst | ||
---|---|---|
339 | instead of passing multiple comma separated values here would it make more sense to pass -path-equivalence multiple times? it seems like that's the more common way to repeat flags (we might have talked about this in the past) |
instead of passing multiple comma separated values here would it make more sense to pass -path-equivalence multiple times? it seems like that's the more common way to repeat flags (we might have talked about this in the past)