Displaying 2 results from an estimated 2 matches for "3c2646a5".
2008 Mar 25
0
[LLVMdev] 16 bit integers
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080325/3c2646a5/attachment.html>
2008 Mar 19
3
[LLVMdev] 16 bit integers
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