search for: __bionic__

Displaying 3 results from an estimated 3 matches for "__bionic__".

2013 Nov 05
0
[LLVMdev] Android build patch
..., and hiding their real definitions in a separate archive file|| ||// that the dynamic linker can't see. For more info, search for|| ||// 'libc_nonshared.a' on Google, or read http://llvm.org/PR274.|| ||#if defined(__linux__)| ^ ie try making this defined(__linux__) && !defined(__BIONIC__) Alp. On 31/10/2013 00:08, James Lyon wrote: > 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 A...
2013 Nov 05
1
[LLVMdev] Android build patch
...tions in a separate > archive file|| > ||// that the dynamic linker can't see. For more info, search for|| > ||// 'libc_nonshared.a' on Google, or read http://llvm.org/PR274.|| > ||#if defined(__linux__)| > > ^ ie try making this defined(__linux__) && !defined(__BIONIC__) > > Alp. > > > On 31/10/2013 00:08, James Lyon wrote: >> 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 avoidi...
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