Skip to content

Commit a892e01

Browse files
authored
Merge pull request #2946 from al45tair/eng/PR-143310345
2 parents da224d8 + f0f6e94 commit a892e01

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,11 @@ option(SWIFT_SYNTAX_ENABLE_WMO_PRE_3_26
4444
include(AddSwiftHostLibrary)
4545
include(SwiftCompilerCapability)
4646

47-
# Don't link with 'string-processing' and 'backtracing'.
47+
# Don't link with 'string-processing'
4848
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)
5049
if(SWIFT_SUPPORTS_DISABLE_IMPLICIT_STRING_PROCESSING_MODULE_IMPORT)
5150
add_compile_options("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -disable-implicit-string-processing-module-import>")
5251
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()
5652

5753
if(NOT DEFINED Swift_COMPILER_PACKAGE_CMO_SUPPORT AND SWIFTSYNTAX_EMIT_MODULE)
5854
swift_get_package_cmo_support(Swift_COMPILER_PACKAGE_CMO_SUPPORT)

0 commit comments

Comments
 (0)