Skip to content

Commit 5d3fd91

Browse files
authored
Add cc_toolchain_has_generate_modmap (#109)
1 parent edb2a69 commit 5d3fd91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ _cc = struct(
4141
# Whether cc_{binary,test} can be extended.
4242
# https://github.com/bazelbuild/bazel/commit/b746d663da71f937390809f0e8368112cafafb56
4343
rules_support_extension = ge("8.0.1"),
44+
# Whether cc_toolchain has the generate_modmap attribute.
45+
# https://github.com/bazelbuild/bazel/commit/8028655414a189b6897b1b51e3e43b5711e0af98
46+
cc_toolchain_has_generate_modmap = gt("9.0.0-pre.20250716.1"),
4447
)
4548

4649
_docs = struct(

0 commit comments

Comments
 (0)