Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CLang self hosts - any plans for CDT/Clang?

Tool chains should be easy to define. This is something I could look at next release, maybe. llvm, is really interesting and as it reaches feature parity with gcc, it'll probably become popular.

On Fri, Feb 5, 2010 at 11:12 AM, Eric Hildum <xfq473@xxxxxxxxxxxx> wrote:
While supporting both gcc-llvm might be interesting, the bulk of the effort should be dedicated to supporting clang.

My two cents worth.

Eric Hildum
Preload Manager
Tools & Technical Services
Ecosystem and Market Development
Motorola
Direct: +1-408-541-6809
Mobile: +1-847-281-6925

809 11th Avenue
Sunnyvale, CA 94089
USA

On Feb 5, 2010, at 1:53 AM, Alex Blewitt wrote:

> The LLVM team have just announced that the Clang compiler has become self-hosting:
>
> http://blog.llvm.org/2010/02/clang-successfully-self-hosts.html
>
> In addition, Apple's Xcode has support for compiling with Clang instead of gcc; although they go to efforts to highlight that it's a work in progress still.
>
> Are there any thoughts on supporting Clang as a toolchain for CDT? There's a clang-gcc front-end which makes it look like gcc as far as I know, and although Apple is firmly behind LLVM and Clang, it is available for other systems.
>
> Alex_______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top