Displaying 1 result from an estimated 1 matches for "a452d0ad".
2015 Sep 06
2
LLVM Runtime Code Generation on Android
Hi,
Is there anybody out there that is experienced with run-time code
generation on an android device?
Is it even possible to achieve this?
I compiled both llvm and clang for x64 android tablet and everything seemed
fine until i tried to call exposed generated function through my native
code: it gave an error that indicating I dont have rights to execute code
in this memory block.(I will add the