Displaying 1 result from an estimated 1 matches for "1011459".
Did you mean:
011459
2010 Jul 29
2
[LLVMdev] LLVM ERROR: Invalid primitive type.. Is this a bug?
Hi,
I have:
int main()
{
int i = 1;
}
in test.c.
Then:
llvm-gcc -emit-llvm -O0 -c test.c -o test.bc -g
llc -march=cpp test.bc
gives me:
LLVM ERROR: Invalid primitive type
This only happens when I use the "-g". Is this a bug?
Thanks,
Guoliang