[llvm-commits] emit-llvm

Duncan Sands baldrick at free.fr
Thu Jun 3 13:35:23 PDT 2010


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.



More information about the llvm-commits mailing list