[PATCH] D99695: [llvm-cov] Use -path-equivalence to support relative path.
Zequan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 1 12:30:51 PDT 2021
zequanwu added a comment.
In D99695#2664701 <https://reviews.llvm.org/D99695#2664701>, @vsk wrote:
> I think then you would somehow need multiple -compilation-dir options if e.g. you have paths with different levels of ../ nesting, e.g. ../../foo.c and ../../../../bar.c. That sounds like it could become hard to manage.
This case is hard to manage. This patch would only handle case that all paths have same level of ../.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99695/new/
https://reviews.llvm.org/D99695
More information about the llvm-commits
mailing list