Skip to content

Commit

Permalink
[clang][Driver] Small correction to print-runtime-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Feb 13, 2024
1 parent 8ba4ff3 commit 1d84792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Driver/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -5339,7 +5339,7 @@ def print_rocm_search_dirs : Flag<["-", "--"], "print-rocm-search-dirs">,
HelpText<"Print the paths used for finding ROCm installation">,
Visibility<[ClangOption, CLOption]>;
def print_runtime_dir : Flag<["-", "--"], "print-runtime-dir">,
HelpText<"Print the directory pathname containing clangs runtime libraries">,
HelpText<"Print the directory pathname containing Clang's runtime libraries">,
Visibility<[ClangOption, CLOption]>;
def print_diagnostic_options : Flag<["-", "--"], "print-diagnostic-options">,
HelpText<"Print all of Clang's warning options">,
Expand Down

0 comments on commit 1d84792

Please sign in to comment.