Skip to content

Commit 04344c9

Browse files
committed
[embedded] Mark embedded Concurrency as IS_FRAGILE (no library evolution)
1 parent 4430799 commit 04344c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
207207
embedded-concurrency-${mod}
208208
swift_Concurrency
209209
STATIC
210-
IS_STDLIB
210+
IS_STDLIB IS_FRAGILE
211211

212212
${SWIFT_RUNTIME_CONCURRENCY_C_SOURCES}
213213
# TODO: Only a handful of Swift Concurrency .swift sources, for now.

0 commit comments

Comments
 (0)