mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Runtime] Add entry for native swift objc reference to initWithTakeTable in CVW runtime
rdar://139708680 The entry was missing in the function table, causing runtime crashes.
This commit is contained in:
@@ -1279,7 +1279,7 @@ constexpr InitFn initWithTakeTable[] = {
|
||||
©ingInitWithTake,
|
||||
©ingInitWithTake,
|
||||
©ingInitWithTake,
|
||||
nullptr, // Custom
|
||||
©ingInitWithTake,
|
||||
&metatypeInitWithTake,
|
||||
nullptr, // Generic
|
||||
&existentialInitWithTake,
|
||||
|
||||
Reference in New Issue
Block a user