[PATCH] D53729: [llvm-cov] Don't remap existing paths
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 26 09:59:39 PDT 2018
vsk added a comment.
Even if there's a file at the path we're supposed to remap, shouldn't we still do the remap? Couldn't the file we're intended to read be at the remapped path?
Maybe we could just add 'REQUIRES: build-dir-not-slash-tmp' or something to the affected lit tests.
Repository:
rL LLVM
https://reviews.llvm.org/D53729
More information about the llvm-commits
mailing list