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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 17:06:45 PST 2018


ruiu added a comment.

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?


https://reviews.llvm.org/D43988





More information about the llvm-commits mailing list