An invalid input operand constraint was passed to the llvm_asm macro (third line).
llvm_asm
Erroneous code example:
llvm_asm!("xor %eax, %eax" : : "+test"("a") );
Back to list of error codes