[LLVMdev] Android build patch

James Lyon jameslyon0 at gmail.com
Mon Nov 4 23:45:40 PST 2013


I'm trying to build LLVM on Android rather than the other way around! 
Really just to see if it can be done. I worked out the first problem (my 
code was written for the old JIT and I'd missed something in updating to 
the MCJIT to make it work on ARM). It still doesn't work, but at this 
point I have no idea why and it'll be a while before I get to look at it 
again: the Android debug tools simply crash and give no output 
whatsoever, so all I know is that the test app exits somewhere inside 
MCJIT::finalizeObject.

On 05/11/13 07:13, Renato Golin wrote:
> On 30 October 2013 17:08, James Lyon <jameslyon0 at gmail.com 
> <mailto:jameslyon0 at gmail.com>> wrote:
>
>     Sadly even though it builds I can't get generated code to work -
>     it appears at the moment that the generated code doesn't have
>     execute permissions set for some reason (this is 3.3, not svn).
>
>
> Hi,
>
> You may have a look at the LLVM Linux builds 
> (http://llvm.linuxfoundation.org/index.php/Main_Page), it might help 
> you getting Android compiled with LLVM.
>
> cheers,
> --renato

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131105/d0fb813f/attachment.html>


More information about the llvm-dev mailing list