mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We incorrectly lowered callsites when we had sil function return types that involved both direct return types that we decide to lower indirectly, and indirect return types. @convention(thin) () -> (@owned String, @owned String, @owned String, @out Any, @out Any) (This should have been handled by the address lowering pass but isn't) rdar://35874410
975 B
975 B