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

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 09:05:29 PDT 2020


amccarth added a comment.

In D84380#2307030 <https://reviews.llvm.org/D84380#2307030>, @rnk wrote:

> Figured it out, Python 2 vs 3 bug:
> rGd12ae042e17b27ebc8d2b5ae3d8dd5f88384d093 <https://reviews.llvm.org/rGd12ae042e17b27ebc8d2b5ae3d8dd5f88384d093>

Nice catch.  I suspect this was part of the problem we were having setting up the new Win32 bot as well.  And it would explain why I couldn't repro it:  I don't have Python 2.x installed.


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