[llvm-commits] emit-llvm

Rafael Espindola espindola at google.com
Thu Jun 3 13:23:07 PDT 2010


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?

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: emit-llvm.patch
Type: text/x-diff
Size: 2432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100603/99c5d837/attachment.patch>


More information about the llvm-commits mailing list