Re: [cfe-users] Compiling for Linux (with Visual Studio and Clang)

2020-08-08 Thread John Emmas via cfe-users
On 08/08/2020 08:07, Harry Wagstaff wrote: You might have more luck asking on a visual studio forum since it seems vs-specific. I think a lot of people cross-developing for Linux are now using WSL, and VS Code has good support for this but I'm not sure about Visual Studio itself. On

Re: [cfe-users] Compiling for Linux (with Visual Studio and Clang)

2020-08-08 Thread John Emmas via cfe-users
On 08/08/2020 10:14, Eric Christopher wrote: There are directions for discord and irc in the left hand panel on llvm.org :) Got it - thanks ! ___ cfe-users mailing list cfe-users@lists.llvm.org

Re: [cfe-users] Compiling for Linux (with Visual Studio and Clang)

2020-08-08 Thread Eric Christopher via cfe-users
I don't know anyone that is cross compiling from windows to linux using visual studio and clang right now. It doesn't mean it can't work, just that it's not easy to point you at an example unfortunately. +Robinson, Paul as someone that might know others that are. +Aaron Ballman also. You can

Re: [cfe-users] Compiling for Linux (with Visual Studio and Clang)

2020-08-08 Thread Eric Christopher via cfe-users
There are directions for discord and irc in the left hand panel on llvm.org :) -eric On Sat, Aug 8, 2020 at 1:49 AM John Emmas via cfe-users < cfe-users@lists.llvm.org> wrote: > On 08/08/2020 08:07, Harry Wagstaff wrote: > > You might have more luck asking on a visual studio forum since it

Re: [cfe-users] Compiling for Linux (with Visual Studio and Clang)

2020-08-08 Thread John Emmas via cfe-users
On 08/08/2020 13:47, Aaron Ballman wrote: Unfortunately, I don't have any experience in this area and I don't know anyone who's tried that. It seems like it should be plausible, but you may be breaking new ground. Haha - story of my life... ;) I did a bit more digging and AFAICT Visual

Re: [cfe-users] Compiling for Linux (with Visual Studio and Clang)

2020-08-08 Thread Aaron Ballman via cfe-users
On Sat, Aug 8, 2020 at 4:13 AM Eric Christopher wrote: > > I don't know anyone that is cross compiling from windows to linux using > visual studio and clang right now. It doesn't mean it can't work, just that > it's not easy to point you at an example unfortunately. > > +Robinson, Paul as

Re: [cfe-users] Compiling for Linux (with Visual Studio and Clang)

2020-08-08 Thread John Emmas via cfe-users
On 04/08/2020 14:46, John Emmas wrote: I read somewhere that the clang devs and Microsoft were collaborating to make Visual Studio compatible with clang. So what's the situation if I want to compile some C++ code for Linux? [...] Is there a Linux version of Visual Studio available now? Or