You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable @_noLocks annotations when we don't have a host Swift compiler
These annotations require optimization passes that are written in
Swift, so we need a host Swift compiler to properly process them. Use
`hasFeature(Macros)` as a way to gate the annotations.
0 commit comments