[LLVMdev] An error about bitcode

Duncan Sands baldrick at free.fr
Wed Apr 7 07:07:40 PDT 2010


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.



More information about the llvm-dev mailing list