[PATCH] D19551: Handle Windows drive letters and ".." for --reproduce.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 13:29:48 PDT 2016


ruiu added a comment.

Right. That's surely undesirable, but I guess it wouldn't happen in reality. Full path would be fine, but that would be more tricky to test (because it is not easy to concatenate two absolute paths in tests), so I think this is fine. Since this is a developer option, we can change its behavior later.


http://reviews.llvm.org/D19551





More information about the llvm-commits mailing list