File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
set (swift_oslog_darwin_dependencies "" )
2
2
if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY )
3
3
list (APPEND swift_oslog_darwin_dependencies "_Concurrency" )
4
- endif ()
4
+ endif ()
5
+ if (SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING )
6
+ list (APPEND swift_oslog_darwin_dependencies "_StringProcessing" )
7
+ endif ()
5
8
6
9
add_swift_target_library (swiftOSLogTestHelper
7
10
IS_SDK_OVERLAY
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
24
24
list (APPEND swift_stdlib_unittest_link_libraries "swift_Concurrency" )
25
25
list (APPEND swift_stdlib_unittest_modules "_Concurrency" )
26
26
endif ()
27
+ if (SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING )
28
+ list (APPEND swift_stdlib_unittest_modules "_StringProcessing" )
29
+ endif ()
27
30
28
31
add_swift_target_library (swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
29
32
# This file should be listed the first. Module name is inferred from the
You can’t perform that action at this time.
0 commit comments