[LLVMdev] 16 bit integers
Duncan Sands
baldrick at free.fr
Wed Mar 19 01:11:23 PDT 2008
> 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.
Ciao,
Duncan.
More information about the llvm-dev
mailing list