bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
182 stars 90 forks source link

Add rules_cc_toolchains to repositories.bzl #45

Closed hlopko closed 4 years ago

hlopko commented 4 years ago

This is the new entry point for registering C++ toolchains (replacing implicit cc_configure()).

While at it, fix one misnamed function and port bazelbuild/bazel@2682688.