> Link the bitcode files together into a single bitcode file with llvm-ld. You can > then run the single bitcode file through opt. I think it would be better to link them with the (simpler) llvm-link. Ciao, Duncan.