diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 30e75fd02d52c..0a17de56c74de 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -3791,12 +3791,12 @@ def msve_vector_bits_EQ : Joined<["-"], "msve-vector-bits=">, Group, + HelpText<"Specify the vscale minimum. Defaults to \"1\". (AArch64/RISC-V only)">, MarshallingInfoInt>; def mvscale_max_EQ : Joined<["-"], "mvscale-max=">, Group, Flags<[NoXarchOption,CC1Option]>, HelpText<"Specify the vscale maximum. Defaults to the" - " vector length agnostic value of \"0\". (AArch64 only)">, + " vector length agnostic value of \"0\". (AArch64/RISC-V only)">, MarshallingInfoInt>; def msign_return_address_EQ : Joined<["-"], "msign-return-address=">,