rules_cc
rules_cc copied to clipboard
Please add shim for cc_common
Description of the problem / feature request:
native.cc_common is a big chunk of C++ rules logic embedded into Bazel, and required by rulesets that do complex C++ compilation of their own ("C++ sandwich").
To simplify the migration to Starlark-only C++ support, please add a wrapper in this repository that is API-compatible with cc_common.
Good idea! I'll do that.