Looking into LLVM

Kevin Kofler kevin.kofler at chello.at
Sun Oct 25 21:52:14 UTC 2009


King InuYasha wrote:
> Also, clang's support with C++ ABI is still very broken. It's listed under
> known issues.

Actually, the ABI issue is only if you use the C code generator, not the 
native ones.

The real problem is that C++ support in Clang is just not complete. You may 
have more luck with llvm-g++, but that one always has trouble keeping up 
with current GCC and it probably doesn't bring all that many benefits over 
just using GCC.

> While most applications are made with C or Python, there are still a fair
> number of C++ applications...

(Nearly) all of KDE is C++!

        Kevin Kofler




More information about the fedora-devel-list mailing list