search for: pr274

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

2013 Nov 05
0
[LLVMdev] Android build patch
...|// strategy of making these functions work differently when inlined vs. when|| ||// not inlined, 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...
2013 Nov 05
1
[LLVMdev] Android build patch
...e functions work differently when inlined > vs. when|| > ||// not inlined, 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...
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