[llvm-commits] [PATCH] Added TCE target to llvm-gcc

Mikael Lepistö mikael.lepisto at tut.fi
Thu Mar 26 04:35:41 PDT 2009


Hi,

We are about to release our TCE toolset (with MIT license), which 
utilises LLVM and llvm-gcc. Toolset depends on our patched llvm-gcc 
version which contains target for building a cross-compiler which 
outputs suitable llvm bitcode for our target processor.

It would be very useful, if target would be applied to official source 
so we wouldn't need to offer our patched version of llvm-gcc sources.

Best regards,

Mikael Lepistö
Tampere University Of Technology
http://tce.cs.tut.fi

ps. Next I'm planning to add some ALWAYS_EMIT_LLVM type define, which 
actually would hardcode --emit-llvm switch to be always set and compiler 
called binutils to be llvm-ld, llvm-as, llvm-ar, and so on. That would 
be useful also for future backends, which are only ment to output byte 
code and never processors native code.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: tcepatch_for_llvm_gcc_2.5.diff
Type: text/x-patch
Size: 49425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090326/2c71b02f/attachment.bin>


More information about the llvm-commits mailing list