Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add find_cc_toolchain.bzl to help accessing current C++ toolchain #17

Merged
merged 1 commit into from
May 28, 2019

Conversation

hlopko
Copy link
Member

@hlopko hlopko commented May 27, 2019

This is to help migrating for:

It's mostly a copy of the file in
@bazel_tools//tools/cpp:toolchain_utils.bzl, with a small difference -
it depends on @rules_cc//cc:toolchain_type, not on
@bazel_tools//tools/cpp:toolchain_type.

This is to help migrating for:

* bazelbuild/bazel#7260
* bazelbuild/bazel#7643

It's mostly a copy of the file in
`@bazel_tools//tools/cpp:toolchain_utils.bzl`, with a small difference -
it depends on `@rules_cc//cc:toolchain_type`, not on
`@bazel_tools//tools/cpp:toolchain_type`.
@bazel-io bazel-io merged commit d991801 into bazelbuild:master May 28, 2019
bazel-io pushed a commit that referenced this pull request May 28, 2019
PiperOrigin-RevId: 250229272
Change-Id: Id5cd1bfa65b53a54c6443a661337d5dcdcfed2e3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants