[LLVMdev] running a module pass via opt on multiple bitcode files

Duncan Sands baldrick at free.fr
Mon Jul 25 02:30:25 PDT 2011


> 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.



More information about the llvm-dev mailing list