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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 12:05:00 PDT 2020


aganea added a comment.

I'll revert the patch for now.
In the meanwhile, we can still do `cmake -DLLVM_LIT_TOOLS_DIR="C:/Program Files/Git/usr/bin"` and achieve the same purpose.
There's also an option in the Git installer to add the GNU tools to `%PATH%` automatically, which works out-of-the-box without this patch, and without GnuWin32:
F13184576: image.png <https://reviews.llvm.org/F13184576>


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