rules_cc/cc
Googler f97190f039 Remove feature requirements from tools.
BEGIN_PUBLIC
Remove feature requirements from tools.

It's such a niche use case, adds a fair amount of complexity, and there are multiple alternatives available:
* Now that we're using rule based things, you should just be able to add a bazel flag and select on it in your tool definition.
* If you really want precisely that behaviour, you can make your feature add "--use-foo-tool" to the args, and make your tool a wrapper tool that reads the command-line argument, and if provided, invokes a different tool.
END_PUBLIC

PiperOrigin-RevId: 657383729
Change-Id: Idb4f3ad66dc92d48ef81a1e8875bf6d3ba215aa4
2024-07-29 17:37:10 -07:00
..
common Restructure rules_cc 2024-06-16 22:40:48 -07:00
compiler Fix licensing errors and add default condition for `local_defines`. 2023-07-18 07:27:57 -07:00
private Restructure rules_cc 2024-06-16 22:40:48 -07:00
proto Create toolchain types for proto_library and lang_proto_library 2023-09-18 12:30:14 -07:00
runfiles The targets in the old package were either not publicly visible or testonly dependencies and had diverged heavily from @bazel_tools. 2023-01-10 02:00:52 -08:00
toolchains Remove feature requirements from tools. 2024-07-29 17:37:10 -07:00
BUILD No public description 2024-06-25 09:37:32 -07:00
action_names.bzl Implement action types for the configurable cc toolchain. 2024-02-12 18:54:59 -08:00
cc_binary.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
cc_import.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
cc_library.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
cc_shared_library.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
cc_test.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
cc_toolchain_config_lib.bzl Add documentation for rule-based bazel toolchain configuration 2024-02-12 18:22:13 -08:00
defs.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
extensions.bzl Automated rollback of commit 48881f1f45. 2023-01-11 02:48:25 -08:00
find_cc_toolchain.bzl Merge pull request #146 from bazelbuild:meteorcloudy-patch-1 2022-09-19 13:51:00 +00:00
objc_import.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
objc_library.bzl Restructure rules_cc 2024-06-16 22:40:48 -07:00
repositories.bzl Copybara Merge: https://github.com/bazelbuild/rules_cc/pull/165 2023-01-11 04:33:23 -08:00
system_library.bzl Merge pull request #79 from agluszak:system_library 2020-09-23 06:28:04 -07:00
toolchain_utils.bzl Fix buildifier warnings in @rules_cc 2019-10-24 07:01:25 -07:00