diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index ff2130c93f28e..61e0729974c24 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -4589,13 +4589,11 @@ def msve_vector_bits_EQ : Joined<["-"], "msve-vector-bits=">, Group, MarshallingInfoInt>; def mvscale_max_EQ : Joined<["-"], "mvscale-max=">, - Group, Flags<[NoXarchOption]>, - Visibility<[ClangOption, CC1Option, FC1Option]>, + Visibility<[CC1Option, FC1Option]>, HelpText<"Specify the vscale maximum. Defaults to the" " vector length agnostic value of \"0\". (AArch64/RISC-V only)">, MarshallingInfoInt>;