Martin J. O'Riordan via llvm-dev
2016-Sep-02 10:26 UTC
[llvm-dev] Running LNT and the LLVM test-suite on Windows
Is it possible to run the LLVM test-suite using LNT on Windows? Even under Cygwin? If so how can I do this? The Linux instructions use 'virtualenv'. Alternatively, how should I run the LLVM test-suite for a cross-compiler hosted on Windows? Thanks, MartinO -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160902/b77ab578/attachment.html>
Renato Golin via llvm-dev
2016-Sep-02 10:34 UTC
[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
Martin J. O'Riordan via llvm-dev
2016-Sep-02 10:56 UTC
[llvm-dev] Running LNT and the LLVM test-suite on Windows
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
Michael Kruse via llvm-dev
2016-Sep-02 11:18 UTC
[llvm-dev] Running LNT and the LLVM test-suite on Windows
2016-09-02 12:26 GMT+02:00 Martin J. O'Riordan via llvm-dev <llvm-dev at lists.llvm.org>:> Is it possible to run the LLVM test-suite using LNT on Windows? Even under > Cygwin? If so how can I do this? The Linux instructions use ‘virtualenv’.You can use the "Windows subsystem for Linux" (https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux). Michael
Chris Matthews via llvm-dev
2016-Sep-02 14:01 UTC
[llvm-dev] Running LNT and the LLVM test-suite on Windows
There is no way this will work first try, but there is no reason this cant work with some fixups. We have not been testing it, so im sure there will be glitches. I'd start by running the test-suite with cmake, and see how it goes, then move on to LNT. On September 2, 2016 at 4:18:29 AM, Michael Kruse via llvm-dev (llvm-dev at lists.llvm.org(mailto:llvm-dev at lists.llvm.org)) wrote:> > 2016-09-02 12:26 GMT+02:00 Martin J. O'Riordan via llvm-dev > <llvm-dev at lists.llvm.org>: > > Is it possible to run the LLVM test-suite using LNT on Windows? Even under > > Cygwin? If so how can I do this? The Linux instructions use ‘virtualenv’. > > You can use the "Windows subsystem for Linux" > (https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux). > > Michael > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160902/c9351f12/attachment.html>