@@ -3617,16 +3617,16 @@ defm tocdata : BoolOption<"m","tocdata",
3617
3617
"This is the default. TOC data transformation is not applied to any"
3618
3618
"variables. Only variables specified explicitly in -mtocdata= will"
3619
3619
"have the TOC data transformation.">,
3620
- BothFlags<[], [ClangOption, CLOption]>>, Group<m_Group>;
3620
+ BothFlags<[TargetSpecific ], [ClangOption, CLOption]>>, Group<m_Group>;
3621
3621
def mtocdata_EQ : CommaJoined<["-"], "mtocdata=">,
3622
3622
Visibility<[ClangOption, CC1Option]>,
3623
- Flags<[TargetSpecific]>,
3623
+ Flags<[TargetSpecific]>, Group<m_Group>,
3624
3624
HelpText<"Specifies a list of variables to which the TOC data transformation"
3625
3625
"will be applied.">,
3626
3626
MarshallingInfoStringVector<CodeGenOpts<"TocDataVarsUserSpecified">>;
3627
3627
def mno_tocdata_EQ : CommaJoined<["-"], "mno-tocdata=">,
3628
3628
Visibility<[ClangOption, CC1Option]>,
3629
- Flags<[TargetSpecific]>,
3629
+ Flags<[TargetSpecific]>, Group<m_Group>,
3630
3630
HelpText<"Specifies a list of variables to be exempt from the TOC data"
3631
3631
"transformation.">,
3632
3632
MarshallingInfoStringVector<CodeGenOpts<"NoTocDataVars">>;
0 commit comments