Skip to content

Commit 2ec58a8

Browse files
committed
Fix options per code-review comments
1 parent 27da701 commit 2ec58a8

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
@@ -5526,8 +5526,8 @@ def fsycl_std_layout_kernel_params: Flag<["-"], "fsycl-std-layout-kernel-params"
55265526
MarshallingInfoFlag<LangOpts<"SYCLStdLayoutKernelParams">>;
55275527
defm sycl_allow_func_ptr: BoolFOption<"sycl-allow-func-ptr",
55285528
LangOpts<"SYCLAllowFuncPtr">, DefaultFalse,
5529-
PosFlag<SetTrue, [CC1Option], "Allow">,
5530-
NegFlag<SetFalse, [CC1Option], "Disallow">,
5529+
PosFlag<SetTrue, [], "Allow">,
5530+
NegFlag<SetFalse, [], "Disallow">,
55315531
BothFlags<[CC1Option, CoreOption], " function pointers in SYCL device.">>;
55325532
def fenable_sycl_dae : Flag<["-"], "fenable-sycl-dae">,
55335533
HelpText<"Enable Dead Argument Elimination in SPIR kernels">,

0 commit comments

Comments
 (0)