We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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