Skip to content

Commit 8ebfecf

Browse files
sergey-semenovromanovvlad
authored andcommitted
[SYCL][Driver] Align -fsycl help message with the rest (#972)
Capitalize and remove the dot at the end. Signed-off-by: Sergey Semenov <[email protected]>
1 parent d6a9634 commit 8ebfecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ def fstrict_overflow : Flag<["-"], "fstrict-overflow">, Group<f_Group>;
18151815
def fintelfpga : Flag<["-"], "fintelfpga">, Group<f_Group>,
18161816
Flags<[CC1Option, CoreOption]>, HelpText<"Perform ahead of time compilation for FPGA">;
18171817
def fsycl : Flag<["-"], "fsycl">, Group<f_Group>, Flags<[CC1Option, NoArgumentUnused, CoreOption]>,
1818-
HelpText<"generate SYCL code.">;
1818+
HelpText<"Generate SYCL code">;
18191819
def fno_sycl : Flag<["-"], "fno-sycl">, Group<f_Group>, Flags<[NoArgumentUnused, CoreOption]>;
18201820
def fsycl_device_only : Flag<["-"], "fsycl-device-only">, Flags<[CoreOption]>,
18211821
HelpText<"Compile SYCL kernels for device">;

0 commit comments

Comments
 (0)