Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 76fd1a8278515ad6d02964a04faa96b33e884ddd
https://github.com/WebKit/WebKit/commit/76fd1a8278515ad6d02964a04faa96b33e884ddd
Author: Alberto Garcia <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Tools/Scripts/swift/swiftc-wrapper.sh
Log Message:
-----------
swiftc-wrapper.sh: strip arguments that swiftc doesn't support
https://bugs.webkit.org/show_bug.cgi?id=305785
Reviewed by Adrian Perez de Castro.
Some of the compilation flags used in the Linux build of WebKit are
not supported by swiftc, causing the compilation to fail. Strip the
ones that are unsupported, and convert the linker flags to the format
expected by swiftc.
REAL_SWIFTC is also set to swiftc by default, and can be overridden
with the --original-swift-compiler option.
* Tools/Scripts/swift/swiftc-wrapper.sh:
Canonical link: https://commits.webkit.org/309313@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications