[lldb-dev] Should we stop supporting building with Visual Studio?

2018-10-07 Thread Zachary Turner via lldb-dev
This has been on my mind for quite some time, but recently it's been popping up more and more seeing some of the issues people have run into. Before people get the wrong idea, let me make one thing clear. **I am not proposing we stop supporting the CMake Visual Studio generator. I am only propos

Re: [lldb-dev] [cfe-dev] Should we stop supporting building with Visual Studio?

2018-10-07 Thread Zachary Turner via lldb-dev
What would the variable do? Ninja and VS are generators, the only way to specify them is with the -G option to cmake. If you use the VS generator, there's no way I'm aware of to make it use ninja instead of MSBuild when you hit Ctrl+Shift+B. That said, type ninja in a command prompt is not a ter