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
Remove 10.15 fallback for manifest/plugin compilation (#6526)
This does not seem like a good fallback anymore since e.g. it'll always fail on Apple Silicon machines in case it is reached. Instead, use the default host triple as the fallback.
rdar://109066834
precondition(manifestLibraryMinimumDeploymentTarget ==nil && pluginLibraryMinimumDeploymentTarget ==nil,"deployment targets can only be specified on macOS")
0 commit comments