llc: assertion fails in bitreader.cpp

Hi there,

problem is solved, thanks go out to Duncan Sands.

It sounds like the version of llvm-gcc doesn't match the version of llc.
What does the llvm assembler look like (i.e. what llvm-dis gives for the
bitcode)?

D.

The bitcode was indeed produced with the gcc frontend for llvm-2.2 and used with llc from llvm-2.1.
Thanks for helping me out!

Matthias Heine