Skip to content

Commit 5ae2368

Browse files
committed
unittests: add stub for __SwiftValue
This placeholds the `__SwiftValue` metadata necessary for the Swift runtime tests.
1 parent 86d6e42 commit 5ae2368

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)