Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flip --incompatible_objc_linking_info_migration to true
See #16939. This flips the default behavior so that builtin Objective C rules will get their linking info from CcInfo instead of ObjcProvider. We will start cleaning up apple/swift starlark rules to stop generating linking info in ObjcProvider, so it makes sense to flip the default for this flag before those changes land in open source. RELNOTES[inc]: builtin objc rules will get their linking info from CcInfo, not ObjcProvider PiperOrigin-RevId: 504621116 Change-Id: I78ab2d3aca85dc0c7ef754dc8240ffa6a8f66ab9
- Loading branch information
7b4acfe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@googlewalt FYI, this currently broke open source rules_apple (we are behind on some commits for 7.0 support though): bazelbuild/rules_apple#1813