[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Looking into LLVM
- From: Kevin Kofler <kevin kofler chello at>
- To: fedora-devel-list redhat com
- Subject: Re: Looking into LLVM
- Date: Sun, 25 Oct 2009 22:52:14 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]