Skip to content

Commit 54a51ca

Browse files
committed
Fix symbols loading for Bazel v9
1 parent 76837cb commit 54a51ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

toolchain/config.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES")
22
load("@rules_cc//cc:cc_toolchain_config_lib.bzl", "action_config", "feature", "flag_group", "flag_set")
3+
load("@rules_cc//cc/toolchains:cc_toolchain_config_info.bzl", "CcToolchainConfigInfo")
4+
load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
35

46
def _tool_path(bins, toolchain_prefix, tool_name):
57
"""Generate tool paths for GCC"""

0 commit comments

Comments
 (0)