Skip to content

Commit 0710ef4

Browse files
committed
Address comments from jansvoboda11
1 parent 3a3da69 commit 0710ef4

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
@@ -1895,16 +1895,16 @@ def fprofile_selected_function_group :
18951895
HelpText<"Partition functions into N groups using -fprofile-function-groups and select only functions in group i to be instrumented. The valid range is 0 to N-1 inclusive">,
18961896
MarshallingInfoInt<CodeGenOpts<"ProfileSelectedFunctionGroup">>;
18971897
def fcodegen_data_generate_EQ : Joined<["-"], "fcodegen-data-generate=">,
1898-
Group<f_Group>, Visibility<[ClangOption, CC1Option]>, MetaVarName<"<path>">,
1898+
Group<f_Group>, Visibility<[ClangOption, CLOption]>, MetaVarName<"<path>">,
18991899
HelpText<"Emit codegen data into the object file. LLD for MachO (currently) merges them into a <path> file. If the path is a directory, it writes to <path>/default.cgdata.">;
19001900
def fcodegen_data_generate : Flag<["-"], "fcodegen-data-generate">,
19011901
Group<f_Group>, Visibility<[ClangOption, CLOption]>, Alias<fcodegen_data_generate_EQ>,
19021902
HelpText<"Emit codegen data into the object file. LLD for MachO (currently) merges them into default.cgdata.">;
19031903
def fcodegen_data_use_EQ : Joined<["-"], "fcodegen-data-use=">,
1904-
Group<f_Group>, Visibility<[ClangOption, CC1Option]>, MetaVarName<"<path>">,
1904+
Group<f_Group>, Visibility<[ClangOption, CLOption]>, MetaVarName<"<path>">,
19051905
HelpText<"Use codegen data read from a <path> file. If the path is a directory, it reads from <path>/default.cgdata.">;
19061906
def fcodegen_data_use : Flag<["-"], "fcodegen-data-use">,
1907-
Group<f_Group>, Visibility<[ClangOption, CC1Option]>, Alias<fcodegen_data_use_EQ>,
1907+
Group<f_Group>, Visibility<[ClangOption, CLOption]>, Alias<fcodegen_data_use_EQ>,
19081908
HelpText<"Use codegen data read from default.cgdata to optimize the binary">;
19091909
def fswift_async_fp_EQ : Joined<["-"], "fswift-async-fp=">,
19101910
Group<f_Group>,

0 commit comments

Comments
 (0)