Hubert Tong via llvm-dev
2016-Oct-18 14:59 UTC
[llvm-dev] GnuWin32 alternatives for tests of MSVC build?
The docs (http://llvm.org/docs/GettingStartedVS.html) indicate that GnuWin32 (not the individual shell/utility/tool dependencies) is needed for testing LLVM with an MSVC build. GnuWin32 appears to have been last updated in late 2010. Its Wikipedia page indicates that is it unmaintained. Input regarding alternatives to using GnuWin32 (especially for setting up automated Visual Studio builds) would be much appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161018/a0afd744/attachment.html>
Yaron Keren via llvm-dev
2016-Oct-18 15:14 UTC
[llvm-dev] GnuWin32 alternatives for tests of MSVC build?
MSYS2 works well. 2016-10-18 17:59 GMT+03:00 Hubert Tong via llvm-dev <llvm-dev at lists.llvm.org>:> The docs (http://llvm.org/docs/GettingStartedVS.html) indicate that > GnuWin32 (not the individual shell/utility/tool dependencies) is needed for > testing LLVM with an MSVC build. > > GnuWin32 appears to have been last updated in late 2010. Its Wikipedia > page indicates that is it unmaintained. > > Input regarding alternatives to using GnuWin32 (especially for setting up > automated Visual Studio builds) would be much appreciated. > > _______________________________________________ > 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/20161018/ca0e9594/attachment.html>
Reid Kleckner via llvm-dev
2016-Oct-19 16:18 UTC
[llvm-dev] GnuWin32 alternatives for tests of MSVC build?
I recommend using the utilities that come with git for windows at https://git-scm.com/. LLVM is moving from SVN to git soon, so it will be a hard dependency soon anyway. I'll try to update the docs at some point. On Tue, Oct 18, 2016 at 7:59 AM, Hubert Tong via llvm-dev < llvm-dev at lists.llvm.org> wrote:> The docs (http://llvm.org/docs/GettingStartedVS.html) indicate that > GnuWin32 (not the individual shell/utility/tool dependencies) is needed for > testing LLVM with an MSVC build. > > GnuWin32 appears to have been last updated in late 2010. Its Wikipedia > page indicates that is it unmaintained. > > Input regarding alternatives to using GnuWin32 (especially for setting up > automated Visual Studio builds) would be much appreciated. > > _______________________________________________ > 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/20161019/2011477f/attachment.html>