Skip to content

Commit 78fe7c4

Browse files
cleanup
1 parent 61c7f94 commit 78fe7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4351,7 +4351,7 @@ def fno_trigraphs : Flag<["-"], "fno-trigraphs">, Group<f_Group>,
43514351
HelpText<"Do not process trigraph sequences">,
43524352
Visibility<[ClangOption, CC1Option]>;
43534353
def funique_source_file_names: Flag<["-"], "funique-source-file-names">, Group<f_Group>,
4354-
HelpText<"Allow the compiler to assume that each translation unit has a unique "
4354+
HelpText<"Allow the compiler to assume that each translation unit has a unique "
43554355
"source file identifier (see -funique-source-file-identifier) at link time">;
43564356
def fno_unique_source_file_names: Flag<["-"], "fno-unique-source-file-names">;
43574357
def unique_source_file_identifier_EQ: Joined<["-"], "funique-source-file-identifier=">, Group<f_Group>,
@@ -7158,7 +7158,7 @@ defm android_pad_segment : BooleanFFlag<"android-pad-segment">, Group<f_Group>;
71587158
def shared_libflangrt : Flag<["-"], "shared-libflangrt">,
71597159
HelpText<"Link the flang-rt shared library">, Group<Link_Group>,
71607160
Visibility<[FlangOption]>, Flags<[NoArgumentUnused]>;
7161-
def static_libflangrt : Flag<["-"], "static-libflangrt">,
7161+
def static_libflangrt : Flag<["-"], "static-libflangrt">,
71627162
HelpText<"Link the flang-rt static library">, Group<Link_Group>,
71637163
Visibility<[FlangOption]>, Flags<[NoArgumentUnused]>;
71647164

0 commit comments

Comments
 (0)