[PATCH] D19737: Make --reproduce produce more reproducible logs.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 14:40:58 PDT 2016


ruiu added a comment.

I don't agree that this would degrade the experience on Windows because currently on Windows (or even on Unix) you have to edit the command line to re-run the command. And it wouldn't add dependency to the Unix shell -- I'm trying to make it reconstractable so I employed a mechanical rule that is the same as the Unix's single quotation rule. Currently, you cannot distinguish spaces between filename with original spaces between arguments. So, at least, this wouldn't make things worse.

But I think it is a nice idea to make it produce a response file.

I could rewrite paths so that they are relative to FS_ROOT, but how would you handle thin archive files that contain pathnames rather than actual member files?


http://reviews.llvm.org/D19737





More information about the llvm-commits mailing list