[PATCH] D22015: [ELF] Introduce a flag to parse response file according to windows rules
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 17:57:09 PDT 2016
silvas added a subscriber: silvas.
silvas added a comment.
Slight bikeshed, but Clang already has an option `--rsp-quoting=windows` `--rsp-quoting=posix`. Can we use that instead? In fact, you can probably just implement `--rsp-quoting=windows` by changing ` F<"use-windows-rsp">` to ` F<"rsp-quoting=windows">`.
Other than that (which I don't feel strongly about) it seems fine to me.
http://reviews.llvm.org/D22015
More information about the llvm-commits
mailing list