Skip to content

Commit 8cb86ac

Browse files
committed
tests: add swift_addNewDSOImage to the stubs
This is needed particularly on Windows which does not permit unresolved symbols and the startup stub (swiftrt.obj) references the runtime function.
1 parent e53071e commit 8cb86ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎validation-test/stdlib/MicroStdlib/Inputs/RuntimeStubs.c

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ void swift_retain(){}
1818
void swift_allocBox(){}
1919
void swift_getWitnessTable(void) {}
2020
void swift_getObjCClassMetadata(void) {}
21+
void swift_addNewDSOImage(void) {}

0 commit comments

Comments
 (0)