Skip to content

Commit 5d20ee7

Browse files
committed
removeuneeded visibility
1 parent ca1eafa commit 5d20ee7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8739,7 +8739,6 @@ def fsycl_std_layout_kernel_params: Flag<["-"], "fsycl-std-layout-kernel-params"
87398739
HelpText<"Enable standard layout requirement for SYCL kernel parameters.">,
87408740
MarshallingInfoFlag<LangOpts<"SYCLStdLayoutKernelParams">>;
87418741
def fsycl_allow_func_ptr_EQ : Joined<["-"], "fsycl-allow-func-ptr=">,
8742-
Visibility<[ClangOption, CLOption, CC1Option]>,
87438742
Values<"off,labeled,defined">,
87448743
NormalizedValuesScope<"LangOptions::SYCLFuncPtrPreference">,
87458744
NormalizedValues<["Off", "LabeledOnly", "DefinedOnly"]>,

0 commit comments

Comments
 (0)