[PATCH] D105139: [llvm-cov] Allow multiple remaps in --path-equivalence
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 14 23:29:20 PDT 2021
keith added a comment.
We discovered another use case where we'd actually like this, we compile some modules with vfs overlays, which need 1 path remapping, and normally, which need some other remapping, in that case today I think we have to pick or choose. In this case they also all end up in the same binary, so we can't split up llvm-cov invocations
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105139/new/
https://reviews.llvm.org/D105139
More information about the llvm-commits
mailing list