[LLVMdev] invalid bytecode signature

Ralph Corderoy ralph at inputplus.co.uk
Sat Dec 2 03:36:35 PST 2006


Hi Ryan,

> llvm-dis: Invalid bytecode signature: 464C457F (Vers=0, Pos=4)

That's hex for `F', `L', `E', which backwards spells `ELF', so it looks
like an executable file.  Try running file(1) on it.

Cheers,


Ralph.





More information about the llvm-dev mailing list