[PATCH] D105139: [llvm-cov] Allow multiple remaps in --path-equivalence

Tomas Camin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 14:03:31 PDT 2021


tcamin added a comment.

Hi,

Thanks for taking a look at this.

Our application is split into different modules which get built as separate libraries. These libraries are prebuilt and are shared among our devs as a build cache to reduce compilation times. These libraries do not necessarily share a single map between build path and source code location and therefore we’re unable to get coverage data out all of them.

Our requirement is being able to extract coverage data when running integration tests.

Multiple remaps are evaluated in order and are not applied more than once to a file (see line 490).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105139/new/

https://reviews.llvm.org/D105139



More information about the llvm-commits mailing list