You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def Xs : Joined<["-"], "Xs">, HelpText<"Pass <arg> to the offline compiler, adding the option specifier '-' to the <arg>.">, MetaVarName<"<arg>">, Flags<[CoreOption]>;
858
858
def Xs_separate : Separate<["-"], "Xs">, HelpText<"Pass <arg> to the offline compiler.">, MetaVarName<"<arg>">, Flags<[CoreOption]>;
859
-
def z : Separate<["-"], "z">, Flags<[LinkerInput, RenderAsInput]>,
859
+
def z : Separate<["-"], "z">, Flags<[LinkerInput]>,
860
860
HelpText<"Pass -z <arg> to the linker">, MetaVarName<"<arg>">,
0 commit comments