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

Daniel Dunbar daniel at zuster.org
Wed Jun 16 09:59:49 PDT 2010


Applied in r106113, with a few four -> two space indentation fixes. Thanks!

 - Daniel

On Sat, Jun 5, 2010 at 7:34 AM, troy d. straszheim <troy at resophonic.com> wrote:
> 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
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>




More information about the cfe-commits mailing list