rules_cc icon indicating copy to clipboard operation
rules_cc copied to clipboard

Please add shim for cc_common

Open jmillikin-stripe opened this issue 6 years ago • 1 comments

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.

jmillikin-stripe avatar Jul 29 '19 13:07 jmillikin-stripe

Good idea! I'll do that.

hlopko avatar Aug 26 '19 14:08 hlopko