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

Lang Hames via cfe-dev cfe-dev at lists.llvm.org
Wed Dec 2 13:59:59 PST 2015


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151202/9190e6c7/attachment.html>


More information about the cfe-dev mailing list