[PATCH] D19551: Handle Windows drive letters and ".." for --reproduce.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 12:55:42 PDT 2016
davide added a comment.
My understanding is that you're trying to remove all the ".." from T before doing the concatenation.
What happens if you have ../foo and ../../foo ? Would they collide? If not, can you please add a test to ensure this won't happen?
Thanks for your work, btw.
http://reviews.llvm.org/D19551
More information about the llvm-commits
mailing list