-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Incompatible Target Skipping
This patch reworks how Incompatible Target Skipping is implemented. The biggest change is that incompatibility is now checked earlier. This allows us to avoid evaluating dependencies (such as toolchains) in situations where a target is "directly" incompatible. "Direct incompatibility" refers to incompatibility due to a target's `target_compatible_with` value. Moving the incompatibility checking earlier had the undesired effect of visibility restrictions being ignored on incompatible targets. This is tracked in #16044. As per #14096 (comment), we will fix it in a separate patch. Fixes #12897. Closes #14096. PiperOrigin-RevId: 466407887 Change-Id: I3014390ddb95c7ff6bfaaf497a32b60c8a6e8fc9
- Loading branch information
1 parent
f439f44
commit 72787a1
Showing
15 changed files
with
612 additions
and
213 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
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
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.