diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 383a37bf57a1a..88d117a8a7be9 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -502,8 +502,8 @@ def Xsycl_linker : Separate<["-"], "Xsycl-target-linker">, def Xsycl_linker_EQ : JoinedAndSeparate<["-"], "Xsycl-target-linker=">, HelpText<"Pass to the SYCL based target linker identified by .">, MetaVarName<" ">, Flags<[CoreOption]>; -def Xs : Joined<["-"], "Xs">, HelpText<"Pass to the offline compiler.">, MetaVarName<", Flags<[CoreOption]>; -def Xs_separate : Separate<["-"], "Xs">, HelpText<"Pass to the offline compiler.">, MetaVarName<", Flags<[CoreOption]>; +def Xs : Joined<["-"], "Xs">, HelpText<"Pass to the offline compiler, adding the option specifier '-' to the .">, MetaVarName<"">, Flags<[CoreOption]>; +def Xs_separate : Separate<["-"], "Xs">, HelpText<"Pass to the offline compiler.">, MetaVarName<"">, Flags<[CoreOption]>; def z : Separate<["-"], "z">, Flags<[LinkerInput, RenderAsInput]>, HelpText<"Pass -z to the linker">, MetaVarName<"">, Group;