[cfe-dev] Compilation chain LLVM/clang on Android ?

Stéphane Letz via cfe-dev cfe-dev at lists.llvm.org
Wed Dec 2 14:16:29 PST 2015


Thanks, 

I already have code to using JIT running on OSX/Windows/Linux…The point is how to have the compilation chain and tools running on Linux/ARM ? 

Thanks.

Stéphane


Le 2 déc. 2015 à 22:59, Lang Hames <lhames at gmail.com> a écrit :

> Hi Stéphane,
> 
> I know the LLVM JIT works on Linux/x86_64, and I believe it works on Linux/ARM, though I haven't tested it myself.
> 
> There is some example code for using the LLVM JIT in llvm/examples/Kaleidoscope.
> 
> Cheers,
> Lang.
> 
> 
> On Wed, Nov 25, 2015 at 3:20 AM, Anton Smirnov via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> i'm not sure about clang executable but i was unable to use libclang starting Android Marshmallow.
> It crashes during library loading and it worked for about 2 years until Marshmallow.
> 
> Anton.
> 
> 2015-11-25 16:01 GMT+05:00 Stéphane Letz <cfe-dev at lists.llvm.org>:
> Hi,
> 
> We are interested in using LLVM/clang compilation chain on Android for dynamic code generation, that is going from a Domain Specific Language ==> LLVM IR ==> JIT ==> native code.
> 
> Does anybody has already experimented this kind of setup? Any documentation or blog page… on the compilation chain we would have to use and how to set it up?
> 
> Thanks
> 
> Stéphane Letz
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> 
> 
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> 
> 




More information about the cfe-dev mailing list