mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[bazel] Delete redundant visibility (#169493)
default_visibility is already public.
This commit is contained in:
@@ -51,7 +51,6 @@ cc_library_wrapper(
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = select({
|
||||
":llvm_zlib_enabled": [
|
||||
"@llvm_zlib//:zlib-ng",
|
||||
|
||||
Reference in New Issue
Block a user