mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-27 20:43:26 +00:00
35fe45e91b
Implement cc_args. Also change cc_flag_set / cc_flag_group to cc_args / cc_arg_group. This is to lean into the idea that this is roughly equivalent to ctx.actions.args() END_PUBLIC PiperOrigin-RevId: 608804069 Change-Id: I74ea883b14219f904aaafc4eab902b96a1fb3e3d
7 lines
355 B
Python
7 lines
355 B
Python
# This directory contains implementations of starlark functions that contain
|
|
# complex logic. The objective is to keep the rules themselves as simple as
|
|
# possible, so that we can perform very thorough testing on the implementation.
|
|
|
|
# I wanted to call it private / internal, but then buildifier complains about
|
|
# referencing it from the tests directory.
|