Skip to content

Commit 5c60057

Browse files
committed
Advertise CcInfo for cc_shared_library
1 parent 7c72791 commit 5c60057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ cc_library_wrapper = rule(
4646
),
4747
},
4848
doc = "Re-export a cc_library with added LLVM specific settings.",
49+
provides = [CcInfo],
4950
)

0 commit comments

Comments
 (0)