Displaying 1 result from an estimated 1 matches for "tramp_4002416".
2013 Jan 31
1
[LLVMdev] emitPseudoInstruction with MCJIT on LLVM 3.2 for ARM
...ingeredJack/python_compile$
python ./vvadd.py
[ 0. 0. 0. ..., 0. 0. 0.]
ARMCodeEmitter::emitPseudoInstruction
UNREACHABLE executed at
/home/dsheffie/llvm/llvm-3.2.src/lib/Target/ARM/ARMCodeEmitter.cpp:843!
Stack dump:
0. Running pass 'ARM Machine Code Emitter' on function
'@tramp_4002416'
Aborted
I'm running on Ubuntu 12.04 (hard float) on a quad-core nvidia Tegra3
(4x cortex-a9) I've included my configure command. Am I misconfiguring
LLVM for my system, have I done something incredibly stupid, or is
something else going on?
I've configured llvm 3.2 with the fo...