Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ca61e5efd5c5d6e2e5ea4862144e71e00dd639e7
https://github.com/WebKit/WebKit/commit/ca61e5efd5c5d6e2e5ea4862144e71e00dd639e7
Author: Adrian Taylor <[email protected]>
Date: 2025-11-21 (Fri, 21 Nov 2025)
Changed paths:
M Source/WebGPU/Configurations/WebGPU.xcconfig
M Source/WebKit/Configurations/WebKit.xcconfig
Log Message:
-----------
Exclude Cxx Swift symbols from WebKit library
https://bugs.webkit.org/show_bug.cgi?id=302872
rdar://165132725
Reviewed by Elliott Williams.
WebGPU included Swift/C++ interoperability code and therefore has to manually
avoid exporting Swift's 'Cxx' symbols, to work around rdar://165050676. We're
shortly going to be adding Swift/C++ interoperability into the WebKit target
too, so replicate its configuration there.
We can't add this into CommonBase.xcconfig to apply to all targets, because the
-unexported_symbol linker option conflicts with the -exported_symbol option
used in some of our targets.
Canonical link: https://commits.webkit.org/303380@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications