[PATCH] D44778: [clang-format] Wildcard expansion on Windows.

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 22 09:47:12 PDT 2018


smeenai added a comment.

PURE_WINDOWS is all Windows except Cygwin. It's an LLVM thing, not a CMake thing.

I don't know if setargv.obj is available on MinGW, and even if it is it's probably not gonna have the .obj extension, so this should probably be limited to MSVC.


Repository:
  rC Clang

https://reviews.llvm.org/D44778





More information about the cfe-commits mailing list