File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -64,4 +64,14 @@ Func _COWChecksEnabled() is a new API without @available attribute
64
64
Func _swift_isImmutableCOWBuffer(_:) is a new API without @available attribute
65
65
Func _swift_setImmutableCOWBuffer(_:_:) is a new API without @available attribute
66
66
67
+ // These haven't actually been removed; they were replaced with @_alwaysEmitIntoClient
68
+ // alternatives. The old silgen-name entry point was preserved under an alternative
69
+ // source-level name. This causes a false positive with the ABI checker.
70
+ // The symbols are still present at the ABI level. The symbols are also still present
71
+ // at the source level. The association between them is simply no longer straightforward.
72
+ Func UnsafeBufferPointer.withMemoryRebound(to:_:) has been removed
73
+ Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) has been removed
74
+ Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has been removed
75
+ Func UnsafePointer.withMemoryRebound(to:capacity:_:) has been removed
76
+
67
77
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
You can’t perform that action at this time.
0 commit comments