File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -459,8 +459,8 @@ function(_compile_swift_files
459459
460460 if (SWIFT_SIL_VERIFY_ALL_MACOS_ONLY)
461461 # Only add if we have a macOS build triple
462- if (STREQUAL "${SWIFTFILE_SDK} " "OSX" AND
463- STREQUAL "${SWIFTFILE_ARCHITECTURE} " "x86_64" )
462+ if ("${SWIFTFILE_SDK} " STREQUAL "OSX" AND
463+ "${SWIFTFILE_ARCHITECTURE} " STREQUAL "x86_64" )
464464 list (APPEND swift_flags "-Xfrontend" "-sil-verify-all" )
465465 endif ()
466466 endif ()
Original file line number Diff line number Diff line change @@ -1601,6 +1601,9 @@ skip-build-tvos
16011601skip-test-tvos
16021602skip-test-tvos-host
16031603
1604+ # Run the SIL verifier after each transform when building swift files
1605+ sil-verify-all-macos-only
1606+
16041607# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
16051608# faster.
16061609skip-test-ios-host
You can’t perform that action at this time.
0 commit comments