|
@@ -1612,6 +1612,9 @@ def frwpi : Flag<["-"], "frwpi">, Group<f_Group>;
|
|
def fno_rwpi : Flag<["-"], "fno-rwpi">, Group<f_Group>;
|
|
def fno_rwpi : Flag<["-"], "fno-rwpi">, Group<f_Group>;
|
|
def fplugin_EQ : Joined<["-"], "fplugin=">, Group<f_Group>, Flags<[DriverOption]>, MetaVarName<"<dsopath>">,
|
|
def fplugin_EQ : Joined<["-"], "fplugin=">, Group<f_Group>, Flags<[DriverOption]>, MetaVarName<"<dsopath>">,
|
|
HelpText<"Load the named plugin (dynamic shared object)">;
|
|
HelpText<"Load the named plugin (dynamic shared object)">;
|
|
|
|
+def fpass_plugin_EQ : Joined<["-"], "fpass-plugin=">,
|
|
|
|
+ Group<f_Group>, Flags<[CC1Option]>, MetaVarName<"<dsopath>">,
|
|
|
|
+ HelpText<"Load pass plugin from a dynamic shared object file (only with new pass manager).">;
|
|
def fpreserve_as_comments : Flag<["-"], "fpreserve-as-comments">, Group<f_Group>;
|
|
def fpreserve_as_comments : Flag<["-"], "fpreserve-as-comments">, Group<f_Group>;
|
|
def fno_preserve_as_comments : Flag<["-"], "fno-preserve-as-comments">, Group<f_Group>, Flags<[CC1Option]>,
|
|
def fno_preserve_as_comments : Flag<["-"], "fno-preserve-as-comments">, Group<f_Group>, Flags<[CC1Option]>,
|
|
HelpText<"Do not preserve comments in inline assembly">;
|
|
HelpText<"Do not preserve comments in inline assembly">;
|