This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: LLVM/GCC Integration Proposal
- From: Tom Tromey <tromey at redhat dot com>
- To: Chris Lattner <sabre at nondot dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: 28 Nov 2005 13:30:03 -0700
- Subject: Re: LLVM/GCC Integration Proposal
- References: <Pine.LNX.4.61.0511191156250.20101@nondot.org>
- Reply-to: tromey at redhat dot com
>>>>> "Chris" == Chris Lattner <sabre@nondot.org> writes:
>> Only the Ada frontend seems to be in a state to maybe support direct
>> frontend IR to LLVM translation.
Chris> Sure, also maybe Fortran?
FWIW gcjx was designed to make this easy to do. And just yesterday a
volunteer started working on a gcjx/llvm bridge.
Tom