[PATCH] D19551: Handle Windows drive letters and ".." for --reproduce.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 13:21:33 PDT 2016
davide added a comment.
In http://reviews.llvm.org/D19551#412677, @ruiu wrote:
> If we have "../foo" and "../../foo", then one will overwrite the other.
hmm, that's undesiderable. I think converting to absolute paths before appending *might* fix the issue, although I'd like to hear your opinion on it.
http://reviews.llvm.org/D19551
More information about the llvm-commits
mailing list