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.