Jerome GORIN
2011-Jun-15 13:54 UTC
[LLVMdev] Inconsistency between LLVM Jit and pandaboard
Hi all, I'm one of the developers of the Jade project, a Jit decoder running with LLVM 2.9. We are currently testing our decoder on a pandaboard<http://pandaboard.org/> based on an OMAP 4430 and the Jit compilation seems to crash once there is a call to a function in the LLVM IR. We have already tested this issue with lli in its 2.9 version, and this bug still stays the same. LLVM 2.9, including lli, has been compiled on the board with Ubuntu 10.10; ARM and thumbs instructions are enabled. Has anybody else done the LLVM experiment on the pandaboard? Kind regards, Jérôme Gorin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110615/1f3ac58a/attachment.html>
> I'm one of the developers of the Jade project, a Jit decoder running with > LLVM 2.9. We are currently testing our decoder on a > pandaboard<http://pandaboard.org/> based > on an OMAP 4430 and the Jit compilation seems to crash once there is a call > to a function in the LLVM IR. We have already tested this issue with lli inLooks familar to me, although the target is PPC. ;-) http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-March/038935.html Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
Eli Friedman
2011-Jun-16 01:43 UTC
[LLVMdev] Inconsistency between LLVM Jit and pandaboard
On Wed, Jun 15, 2011 at 6:54 AM, Jerome GORIN <jerome.gorin at etu.upmc.fr> wrote:> Hi all, > > > > I'm one of the developers of the Jade project, a Jit decoder running with > LLVM 2.9. We are currently testing our decoder on a pandaboard based on an > OMAP 4430 and the Jit compilation seems to crash once there is a call to a > function in the LLVM IR. We have already tested this issue with lli in its > 2.9 version, and this bug still stays the same. LLVM 2.9, including lli, has > been compiled on the board with Ubuntu 10.10; ARM and thumbs instructions > are enabled. Has anybody else done the LLVM experiment on the panda board?I wouldn't be surprised if you're running into the same issue(s) as http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9 . Really, there isn't anyone maintaining the ARM JIT on Linux. -Eli
Apparently Analagous Threads
- [LLVMdev] lli crashes when loading .bc files with debug informations
- [LLVMdev] Recommended GCC version for ARM/Linux platform for LLVM compilation.
- [LLVMdev] Compiling LLVM libraries for Android
- [LLVMdev] LLVM on ARM testing.
- [LLVMdev] Stuck on linking llc on ARM