CMake: Re-enable SIL verification for swift source files

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
parent b6d0069015
commit aab0f3c23f

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()