Skip to content

Commit dedbf55

Browse files
authored
Merge pull request #29798 from compnerd/stub-boxing
unittests: add stub for `__SwiftValue`
2 parents 02f0170 + 5ae2368 commit dedbf55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

unittests/runtime/Stdlib.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,3 +506,8 @@ const long long $ss21_ObjectiveCBridgeableMp[1] = {0};
506506

507507
SWIFT_RUNTIME_STDLIB_INTERNAL
508508
const long long $ss7KeyPathCMo[1] = {0};
509+
510+
// Boxing
511+
512+
SWIFT_RUNTIME_STDLIB_INTERNAL
513+
const long long $ss12__SwiftValueCMn[1] = {0};

0 commit comments

Comments
 (0)