search for: f9bba82d

Displaying 2 results from an estimated 2 matches for "f9bba82d".

Did you mean: 09b2a82d
2013 Nov 05
0
[LLVMdev] Android build patch
...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/20131104/f9bba82d/attachment.html>
2013 Oct 31
4
[LLVMdev] Android build patch
I've been trying to get LLVM JIT compilation working on Android for the last few days. The patch I needed to get it to build is attached (nothing major - CMake configuration header typo and avoiding open64 which is missing on Android). 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