Skip to content

Commit cb86330

Browse files
committed
Remove unnecessary visibility
1 parent c3e5ea1 commit cb86330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7058,7 +7058,7 @@ def fsycl_help : Flag<["-"], "fsycl-help">, Alias<fsycl_help_EQ>,
70587058
Flags<[NoXarchOption]>, AliasArgs<["all"]>,
70597059
HelpText<"Emit help information from all of the offline compilation tools">;
70607060
def fsycl_libdevice_path_EQ : Joined<["-"], "fsycl-libdevice-path=">,
7061-
Visibility<[ClangOption, CLOption, DXCOption, CC1Option]>, HelpText<"Path to libdevice library">;
7061+
Visibility<[ClangOption]>, HelpText<"Path to libdevice library">;
70627062
def fsycl_libspirv_path_EQ : Joined<["-"], "fsycl-libspirv-path=">,
70637063
HelpText<"Path to libspirv library">;
70647064
def fno_sycl_libspirv : Flag<["-"], "fno-sycl-libspirv">,

0 commit comments

Comments
 (0)