search for: r194051

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

2013 Nov 05
0
[LLVMdev] Android build patch
The CMake changes look fine to me, landed in r194051! As for the JITMemoryManager.cpp changes, not so sure. Did you try disabling the 'hack' described below instead of patching it? | ||//===----------------------------------------------------------------------===//|| ||// Function stubs that are invoked instead of certain library calls|| |...
2013 Nov 05
1
[LLVMdev] Android build patch
...moment I can't get my Android JIT test program to actually run; it crashes somewhere in LLVM without any useful output (the debugger also crashes), so that one's going to take some time to figure out. On 05/11/13 07:33, Alp Toker wrote: > The CMake changes look fine to me, landed in r194051! > > As for the JITMemoryManager.cpp changes, not so sure. Did you try > disabling the 'hack' described below instead of patching it? > > > | > ||//===----------------------------------------------------------------------===//|| > ||// Function stubs that are invoke...
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