Displaying 2 results from an estimated 2 matches for "6ebb4465".
Did you mean:
3ebb4456
2011 Jul 12
0
[LLVMdev] Possible to compile / cross compile LLVM source on Android / ARM ?
...[3]: http://llvm.org/releases/download.html#2.9
>
> --
> Sidharth Kshatriya
> www.sidk.info
>
>
--
Sidharth Kshatriya
www.sidk.info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110713/6ebb4465/attachment.html>
2011 Jul 12
2
[LLVMdev] Possible to compile / cross compile LLVM source on Android / ARM ?
I'm fascinated by the Pure algebraic/functional language[1]. The Pure
interpreter uses the LLVM JIT compiler as its backend.
I would like to compile[2] Pure so that it runs on Android / ARM. Pure has a
dependency on the LLVM JIT. So I need to compile LLVM source for Pure to
run.
Is it possible to compile LLVM source[3] for Android (ARM) devices? There
really seems to be no information about