[cfe-commits] [patch] passing arguments to plugins

troy d. straszheim troy at resophonic.com
Sat Jun 5 07:34:33 PDT 2010


Attached is a patch for passing arguments to clang plugins as discussed 
on #llvm.  Usage:

clang -cc1 -load whatever/lib.so -plugin P1 -plugin-arg-P1 arg1 
-plugin-arg-P1 arg2 ...

Goes with http://llvm.org/bugs/show_bug.cgi?id=7305

-t
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plugin-arg-FOO.patch
Type: text/x-patch
Size: 8321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100605/ec42ca14/attachment.bin>


More information about the cfe-commits mailing list