Skip to content

Commit 4a95275

Browse files
committed
CMake: do not link StringProcessing into StdlibUnittest
Since #64187 we are not importing automatically StringProcessing when building the stdlib -- this is especially important for StdlibUnittest, since it needs to run on older OSes. Addresses rdar://157622116
1 parent 95dfa3d commit 4a95275

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/private/StdlibUnittest/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
3737
list(APPEND swift_stdlib_unittest_link_libraries "swift_Concurrency")
3838
list(APPEND swift_stdlib_unittest_modules "_Concurrency")
3939
endif()
40-
if (SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING)
41-
list(APPEND swift_stdlib_unittest_modules "_StringProcessing")
42-
endif()
4340

4441
add_swift_target_library(swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
4542
# This file should be listed the first. Module name is inferred from the

0 commit comments

Comments
 (0)