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.
cc_toolchain_has_generate_modmap
1 parent edb2a69 commit 5d3fd91Copy full SHA for 5d3fd91
features.bzl
@@ -41,6 +41,9 @@ _cc = struct(
41
# Whether cc_{binary,test} can be extended.
42
# https://github.com/bazelbuild/bazel/commit/b746d663da71f937390809f0e8368112cafafb56
43
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"),
47
)
48
49
_docs = struct(
0 commit comments