[LLVMdev] Unhandled instruction encoding format!

gaogao gaogao_1983 at 163.com
Thu Aug 2 03:38:57 PDT 2012


I am doing some tests running llvm on an ARM board. I'm getting an error
message saying:

Unhandled instruction encoding format!


My steps below:
Code
//------------------------------------------------------------
#include <stdio.h>
int main()
{
int a = 1;
int b = 3;
int c = a * b;
printf("c=%d\n", c);

return 0;
}

run on device
//-------------------------------------------------------------
$clang -emit-llvm -c test.c -o test
$lli test


Any suggestions are welcome.Thanks.







--
View this message in context: http://llvm.1065342.n5.nabble.com/Unhandled-instruction-encoding-format-tp47818.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list