Skip to content

Commit

Permalink
feedback from keith
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Feb 7, 2025
1 parent 846c1fc commit b36d50c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cc/toolchains/toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def cc_toolchain(
name,
tool_map = None,
args = [],
artifact_name_patterns = [],
known_features = [],
enabled_features = [],
libc_top = None,
Expand Down Expand Up @@ -165,6 +166,7 @@ def cc_toolchain(
name = config_name,
tool_map = tool_map,
args = args,
artifact_name_patterns = [],
known_features = known_features,
enabled_features = enabled_features,
compiler = compiler,
Expand Down

0 comments on commit b36d50c

Please sign in to comment.