[PATCH] D78846: Fix .arclint on Windows
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 24 19:30:18 PDT 2020
Meinersbur added a comment.
'bash' in my cmd.exe command prompt will run WSL's bash.exe (which is in Window's system directory)
'bash' in my mingw terminal will run mingw's bash.
Is this intended? 'git' in cmd.exe will run mingw's git. It may not even matter since invoking 'utils/arcanist/clang-format.sh' from cmd.exe didn't even work in any case before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78846/new/
https://reviews.llvm.org/D78846
More information about the llvm-commits
mailing list