Skip to content

Commit 79517a8

Browse files
committed
Re-apply "Compile StdlibUnittest with -sil-serialize-all."
Should now be ok with the workaround in the AtomicInt.swift test
1 parent 0b80254 commit 79517a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/private/StdlibUnittest/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ add_swift_library(swiftStdlibUnittest SHARED IS_STDLIB
4848

4949
PRIVATE_LINK_LIBRARIES ${swift_stdlib_unittest_private_link_libraries}
5050
SWIFT_MODULE_DEPENDS ${swift_stdlib_unittest_module_depends}
51+
SWIFT_COMPILE_FLAGS -Xfrontend -sil-serialize-all
5152
FRAMEWORK_DEPENDS ${swift_stdlib_unittest_framework_depends}
5253
INSTALL_IN_COMPONENT stdlib-experimental)
5354

0 commit comments

Comments
 (0)