[PATCH] D80876: [clang] Default to windows response files when running on windows
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 05:31:23 PDT 2020
mstorsjo added a comment.
In D80876#2068428 <https://reviews.llvm.org/D80876#2068428>, @mstorsjo wrote:
> But as for keeping the old default in mingw environments, would it make sense to, if on windows, check the default target triple, and if that's a mingw target (`Triple.isWindowsGNUEnvironment()`), keep the unix style quoting as default?
Then again... Would this defeat the purpose of this whole patch, for cases when building wasm e.g. in MSYS2, where the tools are built targeting mingw by default?
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