Hi,<br><br>I am generating the .bc file using the following command<br><br>$ llvm-gcc -emit-llvm -S -o pointer.bc ../../../test/pointer.c<br><br>But when I run any pass using opt it gives the following error :<br>$ ./opt -basicaa pointer.bc<br>
./opt: Bitcode stream should be a multiple of 4 bytes in length<br><br>Is there something wrong with the way I generate the .bc file  ?<br><br>Thanks<br>Pranav<br>