[PATCH] D84380: [lit] Support running tests on Windows without GnuWin32.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 11:31:52 PDT 2020


rnk added a comment.

Please don't remove the prepending, it is necessary for the gnu tools to beat out C:\Windows\system32. Removing it will break my bot.

At some point, you will need to debug why the MSys git coreutils commands are timing out on your bot, because they are what we recommend. git is obviously required to do LLVM development on Windows, so every developer must already have these tools. We want to standardize on the git tools and remove any mention of gnuwin32 tools from our docs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84380/new/

https://reviews.llvm.org/D84380



More information about the llvm-commits mailing list