Hi,
I would like to crete assembly and binaries from c code, targeting arm v7 architecture.
I would like to use LLVM to do that. Is there any specific manual/documentation/website?
Thank you
this answer is useful but is not exactly what I am looking for. This is about how to crosscompile clang/llvm using clang/llvm. So, you compile the compiler itself.
The more useful page would be http://clang.llvm.org/docs/CrossCompilation.html
Thanks
Haris