forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Narrow inputs for computation of unloaded toolchain contexts.
Instead of requiring a long list of arguments, the tuple composed of ExecGroupCollection.Builder and the default ToolchainContextKey suffices. Part of the logic for auto exec groups has been moved into ExecGroupCollection where it is more logically cohesive and reduces the number of map-to-map-to-map transformations by one. Some logic remains in createDefaultToolchainContextKey. PiperOrigin-RevId: 524962389 Change-Id: Ic892d17a5433d37252c9bf7e0df1d094a8c6eccc
- Loading branch information
Showing
6 changed files
with
291 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.