Skip to content

Commit 3ce13f7

Browse files
committed
Address more PR feedback
Signed-off-by: Lukas Sommer <[email protected]>
1 parent 40baf92 commit 3ce13f7

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
@@ -6879,8 +6879,8 @@ defm sycl_esimd_force_stateless_mem : BoolFOption<"sycl-esimd-force-stateless-me
68796879
BothFlags<[], [ClangOption, CLOption, CC1Option], "">>;
68806880
defm sycl_rtc_mode: BoolFOption<"sycl-rtc-mode",
68816881
LangOpts<"SYCLRTCMode">, DefaultFalse,
6882-
PosFlag<SetTrue, [], [ClangOption], "RTC Mode On">,
6883-
NegFlag<SetFalse, [], [ClangOption], "RTC Mode Off">,
6882+
PosFlag<SetTrue, [], [ClangOption], "Enable">,
6883+
NegFlag<SetFalse, [], [ClangOption], "Disable">,
68846884
BothFlags<[HelpHidden], [ClangOption, CC1Option], " RTC mode in SYCL.">>;
68856885
// TODO: Remove this option once ESIMD headers are updated to
68866886
// guard vectors to be device only.

0 commit comments

Comments
 (0)