Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5a3f0279e17cbbc1bb8c2f8fe4e4cbb7711163c0
      
https://github.com/WebKit/WebKit/commit/5a3f0279e17cbbc1bb8c2f8fe4e4cbb7711163c0
  Author: David Kilzer <[email protected]>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M Configurations/Sanitizers.xcconfig
    M Configurations/WebKitTargetConditionals.xcconfig

  Log Message:
  -----------
  WebKit code coverage mapping builds are broken with macOS 15.4 SDKs
<https://bugs.webkit.org/show_bug.cgi?id=292343>
<rdar://150389712>

Reviewed by Jonathan Bedard.

* Configurations/Sanitizers.xcconfig:
(WK_SANITIZER_OTHER_CFLAGS):
- Add $(WK_CODE_COVERAGE_WARNING_CFLAGS_YES) when
  CLANG_COVERAGE_MAPPING=YES.
(WK_CODE_COVERAGE_WARNING_CFLAGS_YES): Add.
(WK_NEEDS_CODE_COVERAGE_WORKAROUND): Add.
(WK_NEEDS_CODE_COVERAGE_WORKAROUND_XCODE_SINCE_16_3): Add.
(WK_NEEDS_CODE_COVERAGE_WORKAROUND_XCODE_BEFORE_17): Add.
(WK_CODE_COVERAGE_WORKAROUND): Add.
(WK_CODE_COVERAGE_WORKAROUND_YES): Add.
- Add workaround that compiles with `-Xclang -fno-split-cold-code`.
  There were too many individual files that needed the workaround to
  modify each subproject separately.

* Configurations/WebKitTargetConditionals.xcconfig:
- Add support for future Xode versions.

Canonical link: https://commits.webkit.org/294363@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