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

Lang Hames via cfe-dev cfe-dev at lists.llvm.org
Mon Dec 14 17:26:09 PST 2015


Ahh. I don't have any experience building the tools for Linux/ARM I'm
afraid, though I'd expect someone in the llvm/clang community to know how
to do it.

Cheers,
Lang.

On Wed, Dec 2, 2015 at 2:16 PM, Stéphane Letz <letz at grame.fr> wrote:

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


More information about the cfe-dev mailing list