http://llvm.org/bugs/show_bug.cgi?id=11258
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #6 from Anton Korobeynikov <[email protected]> 2011-11-01 15:34:17 CDT --- (In reply to comment #5) > I got compilation working with: > CC=/opt/gcc-4.6/bin/gcc CPP=/opt/gcc-4.6/bin/cpp CXX=/opt/gcc-4.6/bin/g++ > ../configure --prefix=/opt/llvm --with-optimize-option=-O0 Ok. Your gcc is broken then. > ./Fibonacci > [same code than amd64] > starting fibonacci(24) with JIT... > LLVM ERROR: Not supported instr: %SP<def> = LDMIA_RET %SP, pred:13, > pred:%CPSR<kill>, %R4<def>, %R5<def>, %R11<def>, %PC<def>, %R0<imp-use,kill>, > %R4<imp-use,kill> > > > ./HowToUseJIT > [same code than amd64] > Running foo: LLVM ERROR: Not supported instr: %SP<def> = LDMIA_RET %SP, > pred:14, pred:%noreg, %R11<def>, %PC<def>, %R0<imp-use> ARM JIT is well-known to be broken. Migration to MCJIT is WIP. There are enough PRs for this already. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
