[LLVMdev] 16 bit integers

Chris Lattner sabre at nondot.org
Wed Mar 19 14:15:20 PDT 2008


On Wed, 19 Mar 2008, Duncan Sands wrote:
>> How can I build the front-end to generate 16-bit integers?
>
> Please clarify your question.
> If you are asking how to build llvm-gcc for a 16 bit target,
> I think the answer is: (1) gcc itself doesn't support 16 bit
> targets; (2) llvm doesn't currently support any 16 bit targets
> (but could with a little work).  So you are out of luck unless
> you are willing to work on it.

Note that if you only care about C/ObjC (not C++, fortran, ada, etc) that 
clang may be a good option for you.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list