[LLVMdev] code generation for ARM

Anton Korobeynikov anton at korobeynikov.info
Tue Jun 14 10:34:51 PDT 2011


Hello

> Command => llc -march=arm 186.crafty/186.crafty.rel.bc -o
> 186.crafty/186.crafty.m5arm.s
> Error =>  LLVM ERROR: Couldn't allocate output reg for constraint '{cx}'!
>
> Have anyone seen this before?
It seems you're feeding x86-specific LLVM IR to arm backend. Please
don't do that.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list