[PATCH] D43988: Fix processing of path names in response files on Windows

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 17:08:27 PST 2018


rnk added a comment.

In https://reviews.llvm.org/D43988#1024748, @ruiu wrote:

> I don't think this is a right thing to do because creating a Windows executable doesn't necessarily mean that you are doing it on Command Prompt and vice versa. clang and lld support `--rsp-quoting={windows,posix}` to explicitly tell the driver how to parse response files. Didn't that work for you?


LLVM's tools do not have a standard way to indicate the response file quoting style.


https://reviews.llvm.org/D43988





More information about the llvm-commits mailing list