Skip to content

Commit fdd2d6a

Browse files
author
Zaara Syeda
committed
Address review
1 parent 4a4a5a9 commit fdd2d6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3617,16 +3617,16 @@ defm tocdata : BoolOption<"m","tocdata",
36173617
"This is the default. TOC data transformation is not applied to any"
36183618
"variables. Only variables specified explicitly in -mtocdata= will"
36193619
"have the TOC data transformation.">,
3620-
BothFlags<[], [ClangOption, CLOption]>>, Group<m_Group>;
3620+
BothFlags<[TargetSpecific], [ClangOption, CLOption]>>, Group<m_Group>;
36213621
def mtocdata_EQ : CommaJoined<["-"], "mtocdata=">,
36223622
Visibility<[ClangOption, CC1Option]>,
3623-
Flags<[TargetSpecific]>,
3623+
Flags<[TargetSpecific]>, Group<m_Group>,
36243624
HelpText<"Specifies a list of variables to which the TOC data transformation"
36253625
"will be applied.">,
36263626
MarshallingInfoStringVector<CodeGenOpts<"TocDataVarsUserSpecified">>;
36273627
def mno_tocdata_EQ : CommaJoined<["-"], "mno-tocdata=">,
36283628
Visibility<[ClangOption, CC1Option]>,
3629-
Flags<[TargetSpecific]>,
3629+
Flags<[TargetSpecific]>, Group<m_Group>,
36303630
HelpText<"Specifies a list of variables to be exempt from the TOC data"
36313631
"transformation.">,
36323632
MarshallingInfoStringVector<CodeGenOpts<"NoTocDataVars">>;

0 commit comments

Comments
 (0)