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
44
44
include (AddSwiftHostLibrary )
45
45
include (SwiftCompilerCapability )
46
46
47
- # Don't link with 'string-processing' and 'backtracing'.
47
+ # Don't link with 'string-processing'
48
48
swift_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 )
50
49
if (SWIFT_SUPPORTS_DISABLE_IMPLICIT_STRING_PROCESSING_MODULE_IMPORT )
51
50
add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-string-processing-module-import>" )
52
51
endif ()
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 ()
56
52
57
53
if (NOT DEFINED Swift_COMPILER_PACKAGE_CMO_SUPPORT AND SWIFTSYNTAX_EMIT_MODULE )
58
54
swift_get_package_cmo_support (Swift_COMPILER_PACKAGE_CMO_SUPPORT )
You can’t perform that action at this time.
0 commit comments