[llvm-dev] Running LNT and the LLVM test-suite on Windows
Martin J. O'Riordan via llvm-dev
llvm-dev at lists.llvm.org
Fri Sep 2 03:56:15 PDT 2016
Thanks Renato,
I'll do some experimentation, and it would be really good to get my full build and test-cycle running on Windows too.
All the best,
MartinO
-----Original Message-----
From: Renato Golin [mailto:renato.golin at linaro.org]
Sent: 02 September 2016 11:34
To: Martin J. O'Riordan <martin.oriordan at movidius.com>
Cc: LLVM Developers <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] Running LNT and the LLVM test-suite on Windows
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