File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,11 @@ option(SWIFT_SYNTAX_ENABLE_WMO_PRE_3_26
4444include (AddSwiftHostLibrary)
4545include (SwiftCompilerCapability)
4646
47- # Don't link with 'string-processing' and 'backtracing'.
47+ # Don't link with 'string-processing'
4848swift_supports_implicit_module("string-processing" SWIFT_SUPPORTS_DISABLE_IMPLICIT_STRING_PROCESSING_MODULE_IMPORT)
49- swift_supports_implicit_module("backtracing" SWIFT_SUPPORTS_DISABLE_IMPLICIT_BACKTRACING_MODULE_IMPORT)
5049if (SWIFT_SUPPORTS_DISABLE_IMPLICIT_STRING_PROCESSING_MODULE_IMPORT)
5150 add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-string-processing-module-import>" )
5251endif ()
53- if (SWIFT_SUPPORTS_DISABLE_IMPLICIT_BACKTRACING_MODULE_IMPORT)
54- add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-backtracing-module-import>" )
55- endif ()
5652
5753if (NOT DEFINED Swift_COMPILER_PACKAGE_CMO_SUPPORT AND SWIFTSYNTAX_EMIT_MODULE)
5854 swift_get_package_cmo_support(Swift_COMPILER_PACKAGE_CMO_SUPPORT)
You can’t perform that action at this time.
0 commit comments