This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Updated LLVM+GCC Patch
- From: Chris Lattner <clattner at apple dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Fri, 23 Dec 2005 11:19:41 -0800
- Subject: Updated LLVM+GCC Patch
Hi All,
I'm about to head out for Christmas break, so I thought I would send
out an updated version of the patch.
This version of the LLVM+GCC integration patch has strong support for
C and Objective C, and has fairly reasonable, but not perfect,
support for C++. The C++ support is good enough to build and install
libstdc++ and a bunch of simple programs, but is completely missing
exception support (it basically works like -fno-exceptions has been
provided) and there are some minor bugs left in the C++ support.
Instructions for use are included here: http://gcc.gnu.org/ml/gcc/
2005-12/msg00150.html
In January I am planning to wrap up C++ support and finish pieces
needed to get the work suitable for checkin to the Apple branch.
After that, I'm slated to start working on inline asm support.
Finally, I'd like to thank Rafael Ãvila de EspÃndola in particular
for his bug reports and his help testing on linux-x86!
If anyone has any comments or feedback, I'd be happy to hear them.
Enjoy the holidays,
-Chris
Attachment:
llvm-gcc.patch.5.txt.gz
Description: GNU Zip compressed data