[webkit-changes] [WebKit/WebKit] ae2a09: disable i386 swift module compilation for watch si...
Commit Queue
noreply at github.com
Wed Apr 3 16:30:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ae2a0966fb718e40529940a5afb634e91d84e163
https://github.com/WebKit/WebKit/commit/ae2a0966fb718e40529940a5afb634e91d84e163
Author: Nitin Mahendru <nitinmahendru at apple.com>
Date: 2024-04-03 (Wed, 03 Apr 2024)
Changed paths:
M Source/WebCore/PAL/Configurations/PAL.xcconfig
Log Message:
-----------
disable i386 swift module compilation for watch simulator
https://bugs.webkit.org/show_bug.cgi?id=271926
rdar://125645416
Reviewed by Elliott Williams.
WebKit does not support it and there is no need for PAL module to generate i386
swift modules. PAL don't expose the swift modules.
Xcode by default will generate swift modules for i386 for watch simulator only.
So this additional setting should disable it.
* Source/WebCore/PAL/Configurations/PAL.xcconfig:
Canonical link: https://commits.webkit.org/277039@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list