Hi Rafael, > With the attached patch we have: > > ld ... -o foo -plugin-opt=emit-llvm produces foo only (a bc file). > ld ... -o foo -plugin-opt=also-emit-llvm produces foo.bc and foo. > ld ... -o foo -plugin-opt=also-emit-llvm=bar.bc produces bar.bc and foo. > > is it OK? it looks good to me. Thanks for doing this. Ciao, Duncan.