Displaying 2 results from an estimated 2 matches for "80a9cba9".
2009 Oct 14
0
[LLVMdev] Fwd: JIT on ARM
...`_lexer_line' follow
> collect2: ld returned 1 exit status
> make[2]: *** [build/gengtype.exe] Error 1
>
> --
> Martins Mozeiko
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091014/80a9cba9/attachment.html>
2009 Sep 25
6
[LLVMdev] JIT on ARM
Hello.
My goal is to use LLVM with JIT compiler for ARM on Android device.
Currently I have successfully built and executed LLVM bitcode with
interpreter on Android. Speed is not so great, that is why I want to
use JIT.
I tried building bitcode on windows with llvm-gcc that is provided on
llvm home page. Resulting bitcode runs great in interpreter, but it
doesn't use JIT. From what I