Many thanks guys !!
___
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
> 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
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
Hi John,
On Tue, 25 Aug 2020 at 17:47, John Emmas via cfe-users
wrote:
>
> Sorry about the confusing subject line!! I use Visual Studio 2019 on
> Windows 10 and I've just installed something called WSL (Windows
> Subsystem for Linux) which allows it to build apps for Linux. A big
> part of this
Sorry about the confusing subject line!! I use Visual Studio 2019 on
Windows 10 and I've just installed something called WSL (Windows
Subsystem for Linux) which allows it to build apps for Linux. A big
part of this involves installing a Linux distro and I've chosen Debian
(mostly it just inst