@@ -3294,8 +3294,8 @@ defm aapcs_bitfield_width : BoolOption<"f", "aapcs-bitfield-width",
32943294 " volatile bit-field width is dictated by the field container type. (ARM only).">>,
32953295 Group<m_arm_Features_Group>;
32963296
3297- def mgeneral_regs_only : Flag<["-"], "mgeneral-regs-only">, Group<m_aarch64_Features_Group >,
3298- HelpText<"Generate code which only uses the general purpose registers (AArch64 only)">;
3297+ def mgeneral_regs_only : Flag<["-"], "mgeneral-regs-only">, Group<m_Group >,
3298+ HelpText<"Generate code which only uses the general purpose registers (AArch64/x86 only)">;
32993299def mfix_cortex_a53_835769 : Flag<["-"], "mfix-cortex-a53-835769">,
33003300 Group<m_aarch64_Features_Group>,
33013301 HelpText<"Workaround Cortex-A53 erratum 835769 (AArch64 only)">;
@@ -3912,18 +3912,6 @@ def u : JoinedOrSeparate<["-"], "u">, Group<u_Group>;
39123912def v : Flag<["-"], "v">, Flags<[CC1Option, CoreOption]>,
39133913 HelpText<"Show commands to run and use verbose output">,
39143914 MarshallingInfoFlag<HeaderSearchOpts<"Verbose">>;
3915- def altivec_src_compat : Joined<["-"], "faltivec-src-compat=">,
3916- Flags<[CC1Option]>, Group<f_Group>,
3917- HelpText<"Source-level compatibility for Altivec vectors (for PowerPC "
3918- "targets). This includes results of vector comparison (scalar for "
3919- "'xl', vector for 'gcc') as well as behavior when initializing with "
3920- "a scalar (splatting for 'xl', element zero only for 'gcc'). For "
3921- "'mixed', the compatibility is as 'gcc' for 'vector bool/vector "
3922- "pixel' and as 'xl' for other types. Current default is 'mixed'.">,
3923- Values<"mixed,gcc,xl">,
3924- NormalizedValuesScope<"LangOptions::AltivecSrcCompatKind">,
3925- NormalizedValues<["Mixed", "GCC", "XL"]>,
3926- MarshallingInfoEnum<LangOpts<"AltivecSrcCompat">, "Mixed">;
39273915def verify_debug_info : Flag<["--"], "verify-debug-info">, Flags<[NoXarchOption]>,
39283916 HelpText<"Verify the binary representation of debug output">;
39293917def weak_l : Joined<["-"], "weak-l">, Flags<[LinkerInput]>;
0 commit comments