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

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


ruiu added a comment.

If we concatenate Config->Reproduce and "invocation.txt" before passing it
to logCommandline, we need to decompose the path to get the directory part
which is exactly Config->Reproducible, so it is better to not concatenate them.


http://reviews.llvm.org/D19551





More information about the llvm-commits mailing list