[PATCH] D84380: [lit] Support running tests on Windows without GnuWin32.
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 10:01:22 PDT 2020
aganea added a comment.
@zturner I've commited it. It works for most projects, although not `compiler-rt`, that would require some more changes. It seems their setup is different and it doesn't reach the code you've modified above (probably because they don't call `lit.llvm.initialize` among other things).
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