Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3fce852ff4e4172ed7e8b19f7f06f0e44b95f962
      
https://github.com/WebKit/WebKit/commit/3fce852ff4e4172ed7e8b19f7f06f0e44b95f962
  Author: Adrian Taylor <[email protected]>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M Source/WebGPU/Configurations/WebGPU.xcconfig

  Log Message:
  -----------
  Resolve TAPI problems with WebGPU swift.
https://bugs.webkit.org/show_bug.cgi?id=291363
rdar://148977134

Reviewed by Mike Wyrzykowski.

It appears that the Swift build process generates some synthetic symbols which
end up being exported from the dylib, but are not described in the TBD file,
and this causes the TAPI tool to fail the build. This change explicitly asks
the linker to cease to include them in the dylib.

* Source/WebGPU/Configurations/WebGPU.xcconfig:

Canonical link: https://commits.webkit.org/293999@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to