Skip to content

Commit cfc331d

Browse files
committed
Respond to review comment.
Signed-off-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
1 parent 4506b33 commit cfc331d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6152,7 +6152,7 @@ def main_file_name : Separate<["-"], "main-file-name">,
61526152
Flags<[CC1Option, CC1AsOption, NoDriverOption]>,
61536153
MarshallingInfoString<CodeGenOpts<"MainFileName">>;
61546154
def full_main_file_name : Separate<["-"], "full-main-file-name">,
6155-
HelpText<"Name file with full path to use for debug info during host and device compile">,
6155+
HelpText<"File name with full path to use for debug info during host and device compile">,
61566156
Flags<[CC1Option, CC1AsOption, NoDriverOption]>,
61576157
MarshallingInfoString<CodeGenOpts<"FullMainFileName">>;
61586158
def split_dwarf_output : Separate<["-"], "split-dwarf-output">,

0 commit comments

Comments
 (0)