[PATCH] D12903: Add -fplugin=name.so option to the driver
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 22:22:54 PDT 2015
On Fri, Sep 18, 2015 at 8:22 PM, Saleem Abdulrasool via cfe-commits <
cfe-commits at lists.llvm.org> wrote:
> compnerd accepted this revision.
> compnerd added a reviewer: compnerd.
> compnerd added a comment.
> This revision is now accepted and ready to land.
>
> Looks fine minus the one thing that needs a quick look at.
>
>
> ================
> Comment at: include/clang/Driver/Options.td:952
> @@ -951,1 +951,3 @@
> def fno_pie : Flag<["-"], "fno-pie">, Group<f_Group>;
> +def fplugin : Joined<["-"], "fplugin=">, Group<f_Group>,
> Flags<[DriverOption]>, MetaVarName<"<dsopath>">,
> + HelpText<"Load the named plugin (dynamic shared object)">;
> ----------------
> Don't most options of this type use the _EQ suffix? Might be nice to
> follow the convention.
Please follow the rules listed on lines 106-123 of this file.
> Repository:
> rL LLVM
>
> http://reviews.llvm.org/D12903
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150918/89d7125d/attachment.html>
More information about the cfe-commits
mailing list