mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CMake: Re-enable SIL verification for swift source files
The associated Swift bug has been fixed on main.
This commit is contained in:
parent
b6d0069015
commit
aab0f3c23f
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user