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
swift-driver recently gained support for using a single invocation to emit both -target and -target-variant outputs like the swiftmodule. We should investigate adopting this in SwiftCompiler.swift where we are currently generating a separate task to emit the second module, so that the driver becomes the sole source of truth on how they should be emitted.
The text was updated successfully, but these errors were encountered:
swift-driver recently gained support for using a single invocation to emit both -target and -target-variant outputs like the swiftmodule. We should investigate adopting this in SwiftCompiler.swift where we are currently generating a separate task to emit the second module, so that the driver becomes the sole source of truth on how they should be emitted.
The text was updated successfully, but these errors were encountered: