Having LLVM IR library how to crosscompile it to iOS, Android, Windows and Mac from Ubuntu?
Using the LLVM static compiler (llc), you can compile the LLVM IR into object files for a specific target triple. Though the target triples are not documented very well, the LLVM infrastructure is all open source, so a quick search through the source code will lead you here. Unfortunately, there is no documentation for a … Read more