Displaying 1 result from an estimated 1 matches for "r281669".
Did you mean:
r251669
2016 Oct 13
2
Clang error to emit llvm code
Hello All,
I want to obtain the LLVM IR of a program (pixel-test.c from pixman library), I am using the following command to obtain the LLVM IR representation of this program:
$ clang -fsyntax-only ./test/pixel-test.c -S -emit-llvm -o pixel-test.ll
However I get the following error:
./test/utils-prng.h:137:32: error: can't convert between vector values of different size