We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51c1543 + 4d44bf3 commit c27d1b8Copy full SHA for c27d1b8
stdlib/public/StringProcessing/CMakeLists.txt
@@ -15,6 +15,12 @@ set(swift_string_processing_link_libraries
15
swift_RegexParser)
16
17
set(swift_string_processing_compile_flags)
18
+
19
+# Pass a flag to the build indicating that _StringProcessing's dependencies
20
+# will be built with library evolution.
21
+list(APPEND swift_string_processing_compile_flags
22
+ "-DRESILIENT_LIBRARIES")
23
24
if(SWIFT_BUILD_STATIC_STDLIB)
25
# Explicitly autolink swift_RegexParser because it's imported with @_implementationOnly
26
list(APPEND swift_string_processing_compile_flags
0 commit comments