Philipp Klaus Krause
2010-Sep-14 23:07 UTC
[LLVMdev] How to use llvm to cross-compile to C?
I want to use llvm to develop for an embedded system. Ther is a free C compiler targeting the embedded system. I hope llvm will provide a way to use other languages, e.g. using clang to compile C++. How can I do this? How do I tell llvm the size of ints on the target, etc? Philipp