2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-29 21:33:43 +00:00
rules_cc/third_party
klimek 8b16e7c25e Feature configuration: add a field required_variables on flag_sets.
This allows to prevent expansion of flag sets based on whether build variables
are available. If required_variables is not set, and a variable that is
referenced in the flag_set's flags is not available, the build will fail.

We need the new behavior when some input files (for example profile data in
FDO enabled builds) are only available for a subset of the translation units of
a given target.

RELNOTES: None.
PiperOrigin-RevId: 100028996
2019-01-09 08:49:33 +01:00
..
com/github/bazelbuild/bazel/src/main/protobuf Feature configuration: add a field required_variables on flag_sets. 2019-01-09 08:49:33 +01:00