[llvm-dev] Running LNT and the LLVM test-suite on Windows

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 2 03:34:04 PDT 2016


On 2 September 2016 at 11:26, Martin J. O'Riordan via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Is it possible to run the LLVM test-suite using LNT on Windows?  Even under
> Cygwin?  If so how can I do this?

I've never done it, but I can't think of a reason not to.

I mean, LNT is in Python, LLVM compiles with MSVC and probably mingw,
and Clang runs natively on Windows.

Have you tried?


>  The Linux instructions use ‘virtualenv’.

That's a Python thing, so should probably be available on Windows...

http://docs.python-guide.org/en/latest/dev/virtualenvs/

cheers,
--renato


More information about the llvm-dev mailing list