[LLVMdev] Smaller than 32-bit?

Russell Wallace russell.wallace at gmail.com
Thu Mar 11 10:27:59 PST 2010


Does LLVM support any target platforms on which the natural integer
size/pointer size is smaller than 32 bits? For example, I noticed
mention of PIC16, is that such a platform?

If so, does the usual rule about the largest supported integer being
the size of two pointers still apply? So that on that platform you
can't use 64-bit integers, but you can use 32-bit integers?



More information about the llvm-dev mailing list