Skip to content

Commit f38b55d

Browse files
committed
set visibility
1 parent c982f51 commit f38b55d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/third-party/cc_library_wrapper.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ cc_library_wrapper(
2020
load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
2121
load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
2222

23+
visibility("private")
24+
2325
def _cc_library_wrapper_impl(ctx):
2426
all_cc_infos = [dep[CcInfo] for dep in ctx.attr.deps]
2527
if ctx.attr.defines:

0 commit comments

Comments
 (0)