Philipp Klaus Krause
2010-Jan-12 16:31 UTC
[LLVMdev] How to use llvm to cross-compile to C
I want to use llvm to develop for an embedded system. The embedded system has a C compiler. I hope llvm will provide a way to use other languages. How can I do this? How do I tell llvm e.g. the size of ints on the target, etc? Philipp