Skip to content

Commit e719e23

Browse files
authored
Merge pull request swiftlang#69172 from kubamracek/embedded-concurrency-fragile
[embedded] Mark embedded Concurrency as IS_FRAGILE (no library evolution)
2 parents d8bfa5a + 04344c9 commit e719e23

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
@@ -209,7 +209,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
209209
embedded-concurrency-${mod}
210210
swift_Concurrency
211211
STATIC
212-
IS_STDLIB
212+
IS_STDLIB IS_FRAGILE
213213

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

0 commit comments

Comments
 (0)