Hi, > When I execute the command bellow: > $llvm-dis Example.bc -o Example.ll > I get the following wrong message: > llvm-dis:Bitcode stream should be a multiple of 4 bytes in length this means that Example.bc does not contain bitcode. Ciao, Duncan.