CMake: Re-enable SIL verification for swift source files
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run

The associated Swift bug has been fixed on main.
This commit is contained in:
Andrew Kaster 2025-06-10 09:35:32 -06:00 committed by Andrew Kaster
commit aab0f3c23f
Notes: github-actions[bot] 2025-06-11 17:55:52 +00:00

View file

@ -104,9 +104,6 @@ function(_setup_swift_paths)
NO_DEFAULT_PATH)
add_link_options("$<$<LINK_LANGUAGE:Swift>:${SWIFT_SWIFTRT_FILE}>")
endif()
# FIXME: Re-enable SIL verification after https://github.com/swiftlang/swift/issues/80065 is fixed
add_compile_options("SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -sil-verify-none>")
endfunction()
_setup_swift_paths()