Re: [cfe-users] Building with Clang (on Windows) - but for Linux

2020-08-26 Thread John Emmas via cfe-users
On 25/08/2020 17:51, Csaba Raduly wrote: You can debug programs created by clang with gdb (which you already installed). Clang has its own debugger (called lldb). It's packaged separately and you can install it with sudo apt-get install lldb (You can also debug programs created with g++ wit

Re: [cfe-users] Building with Clang (on Windows) - but for Linux

2020-08-26 Thread Dallman, John via cfe-users
> BTW - I often see Clang described as "llvm" or "cfe" and I've often wondered > what they stand for ?? LLVM is "Low Level Virtual Machine". That name is a bit confusing, because this isn't the kind of "Virtual Machine" you get from VMWare or the like, but a way of representing programs for a n

Re: [cfe-users] Building with Clang (on Windows) - but for Linux

2020-08-26 Thread Csaba Raduly via cfe-users
Hi John, On Wed, 26 Aug 2020 at 10:33, John Emmas via cfe-users wrote: > > BTW - I often see Clang described as "llvm" or "cfe" and I've often > wondered what they stand for ?? Folr LLVM : https://lmgtfy.com/?q=LLVM&pp=1 CFE stands for "C Front-End", a C family (C, C++, Objective C/C++, etc.) l

Re: [cfe-users] Building with Clang (on Windows) - but for Linux

2020-08-26 Thread John Emmas via cfe-users
Many thanks guys !! ___ cfe-users mailing list cfe-users@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users