forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subtract imported_library in subtractSubtrees
This is needed for some upcoming changes to migrate linking info to CcInfo. During the migration we will put the linking info in both CcInfo and ObjcProvider, and it is possible in some code path (through swift_library, fwiw) for an imported_library to become a regular library. For avoid_deps to work, avoid_deps needs to add imported_library to the list of libraries to subtract. PiperOrigin-RevId: 490275745 Change-Id: I013950a2ffe988013ca1613d8b7802ca379d3170
- Loading branch information
1 parent
23ffce5
commit 45197b7
Showing
4 changed files
with
75 additions
and
0 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