[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 23:25:40 PDT 2020


mstorsjo added a comment.

In D80876#2069970 <https://reviews.llvm.org/D80876#2069970>, @sbc100 wrote:

> Do you know how gcc handles this case when running on mingw?


It uses the gnu/unix quoting style - so that's the case for wanting clang to preserve compatibility with that behaviour.

The fact that any clang can be used for any target, blurs the distinction, as an msys2/mingw based clang both can be used for targeting wasm (where the build tools might expect to use windows style quoting) and for general mingw target things (where the build tools out of tradition expects to use unix style quoting in rsp files).


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