Promote _Concurrency and StringProcessing to core subset of the stdlib

This is needed to support Apple internal configurations.

Addresses rdar://125909114
This commit is contained in:
Eric Miotto
2024-07-29 08:58:04 -07:00
parent d9b7994cfe
commit 5512833d18
2 changed files with 11 additions and 11 deletions

View File

@@ -101,7 +101,7 @@ option(SWIFT_STDLIB_EMIT_API_DESCRIPTORS
option(SWIFT_STDLIB_BUILD_ONLY_CORE_MODULES
"Build only the core subset of the standard library,
ignoring additional libraries such as Concurrency, Distributed and StringProcessing.
ignoring additional libraries such as Distributed, Observation and Synchronization.
This is an option meant for internal configurations inside Apple
that need to build the standard libraries in chunks when constructing an SDK"
FALSE)