We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c982f51 commit f38b55dCopy full SHA for f38b55d
utils/bazel/llvm-project-overlay/third-party/cc_library_wrapper.bzl
@@ -20,6 +20,8 @@ cc_library_wrapper(
20
load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
21
load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
22
23
+visibility("private")
24
+
25
def _cc_library_wrapper_impl(ctx):
26
all_cc_infos = [dep[CcInfo] for dep in ctx.attr.deps]
27
if ctx.attr.defines:
0 commit comments