Displaying 2 results from an estimated 2 matches for "5fbc8c8b".
2013 Oct 01
0
[LLVMdev] JIT compiler on ARM issue
Hi Dirkjan,
> I've tried looking for this error, but can't seem to find any more information on what the cause of this could be.
This looks like a backtrace from the legacy JIT. Unfortunately that's known to be broken on ARM and you should use the MCJIT instead (see tools/lli/lli.cpp for an example of how to enable it).
We're hoping to get rid of the old one soon, but there
2013 Oct 01
5
[LLVMdev] JIT compiler on ARM issue
Hello all,
When using the JIT on ARM, I get the following error message. The code works fine on both X86 32 and 64 bit architectures.
rbx: /home/dirkjan/llvm-3.3.src/include/llvm/CodeGen/MachineOperand.h:260: unsigned int llvm::MachineOperand::getReg() const: Assertion `isReg() && "This is not a register operand!"' failed.
Program received signal SIGABRT, Aborted.