We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04129fa commit 923c8f0Copy full SHA for 923c8f0
toolchain/BUILD.toolchain.tpl
@@ -15,7 +15,7 @@
15
package(default_visibility = ["//visibility:public"])
16
17
load("@bazel_skylib//rules:native_binary.bzl", "native_binary")
18
-load("@rules_cc//cc:defs.bzl", "cc_toolchain", "cc_toolchain_suite")
+load("@rules_cc//cc:defs.bzl", "cc_import", "cc_toolchain", "cc_toolchain_suite")
19
load("@toolchains_llvm//toolchain/internal:system_module_map.bzl", "system_module_map")
20
load("%{cc_toolchain_config_bzl}", "cc_toolchain_config")
21
0 commit comments