Skip to content

Commit c3dd32a

Browse files
author
Tarun Prabhu
committed
Address reviewer comments
1 parent 3189a02 commit c3dd32a

File tree

2 files changed

+3
-3
lines changed

2 files 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
@@ -4372,7 +4372,7 @@ def fno_trigraphs : Flag<["-"], "fno-trigraphs">, Group<f_Group>,
43724372
HelpText<"Do not process trigraph sequences">,
43734373
Visibility<[ClangOption, CC1Option]>;
43744374
def funique_source_file_names: Flag<["-"], "funique-source-file-names">, Group<f_Group>,
4375-
HelpText<"Allow the compiler to assume that each translation unit has a unique "
4375+
HelpText<"Allow the compiler to assume that each translation unit has a unique "
43764376
"source file identifier (see -funique-source-file-identifier) at link time">;
43774377
def fno_unique_source_file_names: Flag<["-"], "fno-unique-source-file-names">;
43784378
def unique_source_file_identifier_EQ: Joined<["-"], "funique-source-file-identifier=">, Group<f_Group>,
@@ -6507,7 +6507,7 @@ def fno_pic : Flag<["-"], "fno-pic">, Group<f_Group>;
65076507
def fpie : Flag<["-"], "fpie">, Group<f_Group>;
65086508
def fno_pie : Flag<["-"], "fno-pie">, Group<f_Group>;
65096509
def pie : Flag<["-"], "pie">, Group<Link_Group>;
6510-
def no_pie : Flag<["-"], "no-pie">;
6510+
def no_pie : Flag<["-"], "no-pie">, Group<Link_Group>;
65116511

65126512
} // let Vis = [Default, FlangOption]
65136513

@@ -7189,7 +7189,7 @@ defm android_pad_segment : BooleanFFlag<"android-pad-segment">, Group<f_Group>;
71897189
def shared_libflangrt : Flag<["-"], "shared-libflangrt">,
71907190
HelpText<"Link the flang-rt shared library">, Group<Link_Group>,
71917191
Visibility<[FlangOption]>, Flags<[NoArgumentUnused]>;
7192-
def static_libflangrt : Flag<["-"], "static-libflangrt">,
7192+
def static_libflangrt : Flag<["-"], "static-libflangrt">,
71937193
HelpText<"Link the flang-rt static library">, Group<Link_Group>,
71947194
Visibility<[FlangOption]>, Flags<[NoArgumentUnused]>;
71957195

0 commit comments

Comments
 (0)