Skip to content

Commit 8d81d46

Browse files
committed
stdlib: Don't explicitly pass requirement machine flags that are on by default
1 parent 86a4c9f commit 8d81d46

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stdlib/cmake/modules/SwiftSource.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -465,12 +465,6 @@ function(_compile_swift_files
465465
endif()
466466
endif()
467467

468-
# The standard library and overlays are built with the Requirement Machine enabled.
469-
if(SWIFTFILE_IS_STDLIB)
470-
list(APPEND swift_flags "-Xfrontend" "-requirement-machine-protocol-signatures=verify")
471-
list(APPEND swift_flags "-Xfrontend" "-requirement-machine-abstract-signatures=verify")
472-
endif()
473-
474468
# The standard library and overlays are built resiliently when SWIFT_STDLIB_STABLE_ABI=On.
475469
if(SWIFTFILE_IS_STDLIB AND SWIFT_STDLIB_STABLE_ABI)
476470
list(APPEND swift_flags "-enable-library-evolution")

0 commit comments

Comments
 (0)