Skip to content

Commit c44981a

Browse files
authored
Merge pull request swiftlang#20635 from compnerd/stubs
2 parents d8f1917 + 2848946 commit c44981a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

unittests/runtime/Stdlib.cpp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ void *$ss32_getErrorEmbeddedNSErrorIndirectyyXlSgSPyxGs0B0RzlF(void *) {
180180
SWIFT_RUNTIME_STDLIB_INTERNAL
181181
const long long $SkMp[1] = {0};
182182

183+
SWIFT_RUNTIME_STDLIB_INTERNAL
184+
const long long $sSHMp[1] = {0};
185+
183186
// Array
184187

185188
SWIFT_RUNTIME_STDLIB_INTERNAL
@@ -190,11 +193,17 @@ const long long $sSaMn[1] = {0};
190193
SWIFT_RUNTIME_STDLIB_INTERNAL
191194
const long long $ssSdVMn[1] = {0};
192195

196+
SWIFT_RUNTIME_STDLIB_INTERNAL
197+
const long long $sSDMn[1] = {0};
198+
193199
// Set
194200

195201
SWIFT_RUNTIME_STDLIB_INTERNAL
196202
const long long $ssSeVMn[1] = {0};
197203

204+
SWIFT_RUNTIME_STDLIB_INTERNAL
205+
const long long $sShMn[1] = {0};
206+
198207
// Mirror
199208

200209
// protocol witness table for Swift._ClassSuperMirror : Swift._Mirror in Swift
@@ -273,3 +282,8 @@ MANGLE_SYM(s20_playgroundPrintHookySScSgvg)() {
273282
return {nullptr, nullptr};
274283
}
275284

285+
// ObjectiveC Bridgeable
286+
287+
SWIFT_RUNTIME_STDLIB_INTERNAL
288+
const long long $ss21_ObjectiveCBridgeableMp[1] = {0};
289+

0 commit comments

Comments
 (0)