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
Darwin: do not export symbols for host executables by default
This should help reduce the size of the `bin` folder by about 2%.
Executables that do need these symbols for plugins or similar can opt
out of this by passing `EXPORT_SYMBOLS_WITH_APPLE_LINKER` to
`add_swift_host_tool` -- for instance that's needed by `swift-frontend`
and `swift-remoteast-test`.
Addresses rdar://147888376
0 commit comments