mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
In reverse interop, we create copies of values that will be consumed by the Swift function. This is not necessary for pointers that are passed as swift::Optional to Swift. These are layout compatible, and consuming a pointer should not require us to do anything extra, hopefully ARC would take care of all the details. rdar://146855233