mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
I had to change the APIs to always be always emit into client instead of back deployable since silgen_name seems to interfere with @backDeployment. So I switched the implementation so that it instead uses an always emit into client thunk with the in source function name and a usableFromInline function that has the silgen_name. This ensures that we still appropriately export the same symbol as we did before, so it is ABI stable. This was approved as part of se-0414. rdar://122030520
16 KiB
16 KiB