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

Michael Spencer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 18:04:36 PST 2018


Bigcheese 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?


But we still have to choose a default.  Why is using GNU parsing on Windows the right thing to do?


https://reviews.llvm.org/D43988





More information about the llvm-commits mailing list