[PATCH] D80876: [clang] Default to windows response files when running on windows
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 13:10:38 PDT 2020
sbc100 added a comment.
If we want want to have the default on windows be dependent on mingw vs not-mingw then we should do it across the board so it applies to llvm-ar, lld, and other tools. Right now I don't think any of those other tools have any special mingw handling.
Would it make sense to expect mingw users to explicitly pass `--rsp-quoting=gnu`. I'm not very familiar with mingw use cases so I don't know if that is an unreadable request?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80876/new/
https://reviews.llvm.org/D80876
More information about the cfe-commits
mailing list