mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user