Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 3ae957a2b9ee0df2bce31ebe39c860e966cabd3a
https://github.com/WebKit/WebKit/commit/3ae957a2b9ee0df2bce31ebe39c860e966cabd3a
Author: Alberto Garcia <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Tools/Scripts/swift/swiftc-wrapper.sh
Log Message:
-----------
Cherry-pick 309313@main (76fd1a827851).
https://bugs.webkit.org/show_bug.cgi?id=305785
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
Canonical link: https://commits.webkit.org/305877.204@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications