Re: [lldb-dev] test setup for windows -- makefiles

2019-10-10 Thread Adrian McCarthy via lldb-dev
I'm not sure this is entirely up to date, but I'd start here, especially the Software section: https://llvm.org/docs/GettingStartedVS.html We get most of those unix-y tools on Windows via GnuWin32. For LLDB development, you almost certainly want a Python 3 rather than the recommended 2.7. There

[lldb-dev] test setup for windows -- makefiles

2019-10-09 Thread Larry D'Anna via lldb-dev
Hi lldb-dev. Most of the tests build binaries to test with using Makefiles, and these Makefiles use all sorts of unix commands like sed and uname.And yet I see the build-bot is running `ninja-check lldb` on windows. I thought maybe if I installed MinGW that would have enough stuff in i