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

Csaba Raduly via cfe-users cfe-users at lists.llvm.org
Wed Aug 26 02:20:33 PDT 2020


Hi John,

On Wed, 26 Aug 2020 at 10:33, John Emmas via cfe-users
<cfe-users at lists.llvm.org> 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.) language front-end (https://clang.llvm.org/). It's part of the
LLVM project.


Chris Lattner's first email on cfe-dev
(https://lists.llvm.org/pipermail/cfe-dev/2007-July/000000.html)
already calls it "clang", but "cfe" was the component name in
Bugzilla, the mailing list name, and the directory in Subversion (
http://llvm.org/svn/llvm-project/cfe/trunk/ ).


Csaba
-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformant way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)


More information about the cfe-users mailing list