[cfe-dev] How to cross-compile LLVM/Clang for iOS?
LeoTh3o
leoth3o at me.com
Thu May 29 23:20:32 PDT 2014
According to what I know, Apple will not let you use shared libraries in
an app, making your project more difficult, as you'll need a static
library to embed.
You can check out the clang package available at
opensource.apple.com/tarballs/clang and see if it's possible to use the
crosscompiling option (make install-cross, iirc)
LeoTh3o
> Hi.
>
> I'd like to use libclang in my iOS app, so how can i cross-compile
> LLVM/Clang for iOS?
>
> Regards, Anton.
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140530/e4a3f7e5/attachment.html>
More information about the cfe-dev
mailing list