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
459
459
460
460
if (SWIFT_SIL_VERIFY_ALL_MACOS_ONLY )
461
461
# 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" )
464
464
list (APPEND swift_flags "-Xfrontend" "-sil-verify-all" )
465
465
endif ()
466
466
endif ()
Original file line number Diff line number Diff line change @@ -1601,6 +1601,9 @@ skip-build-tvos
1601
1601
skip-test-tvos
1602
1602
skip-test-tvos-host
1603
1603
1604
+ # Run the SIL verifier after each transform when building swift files
1605
+ sil-verify-all-macos-only
1606
+
1604
1607
# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
1605
1608
# faster.
1606
1609
skip-test-ios-host
You can’t perform that action at this time.
0 commit comments