Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WK_LIBFUZZER_COVERAGE should default to trace-pc-guard when Fuzzilli is enabled #24823

Conversation

ddkilzer
Copy link
Contributor

@ddkilzer ddkilzer commented Feb 20, 2024

3bea246

WK_LIBFUZZER_COVERAGE should default to trace-pc-guard when Fuzzilli is enabled
https://bugs.webkit.org/show_bug.cgi?id=269796
<rdar://123317614>

Reviewed by Yusuke Suzuki.

* Configurations/Sanitizers.xcconfig:
(WK_SANITIZER_OTHER_LDFLAGS):
- Remove support for WK_FUZZILLI_OTHER_LDFLAGS_YES since it's no longer
  needed.
(WK_LIBFUZZER_COVERAGE):
- Default to trace-pc-guard when ENABLE_FUZZILLI=YES.
(WK_FUZZILLI_OTHER_CFLAGS_YES):
- Remove redundant -fsanitize-coverage=trace-pc-guard for Fuzzilli.
(WK_FUZZILLI_OTHER_LDFLAGS_YES): Remove.

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

e1fdc82

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe βœ… πŸ›  wincairo
βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug βœ… πŸ§ͺ wpe-wk2
βœ… πŸ§ͺ webkitperl βœ… πŸ§ͺ ios-wk2 βœ… πŸ§ͺ api-mac βœ… πŸ§ͺ api-wpe
βœ… πŸ§ͺ ios-wk2-wpt βœ… πŸ›  gtk
βœ… πŸ§ͺ api-ios βœ… πŸ§ͺ mac-wk2 βœ… πŸ§ͺ gtk-wk2
βœ… πŸ›  tv βœ… πŸ§ͺ mac-AS-debug-wk2 βœ… πŸ§ͺ api-gtk
βœ… πŸ›  tv-sim
βœ… πŸ›  watch
βœ… πŸ›  πŸ§ͺ unsafe-merge βœ… πŸ›  watch-sim

@ddkilzer ddkilzer self-assigned this Feb 20, 2024
@ddkilzer ddkilzer added the JavaScriptCore For bugs in JavaScriptCore, the JS engine used by WebKit, other than kxmlcore issues. label Feb 20, 2024
Copy link
Member

@Constellation Constellation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me

@ddkilzer ddkilzer added the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label Feb 21, 2024
…is enabled

https://bugs.webkit.org/show_bug.cgi?id=269796
<rdar://123317614>

Reviewed by Yusuke Suzuki.

* Configurations/Sanitizers.xcconfig:
(WK_SANITIZER_OTHER_LDFLAGS):
- Remove support for WK_FUZZILLI_OTHER_LDFLAGS_YES since it's no longer
  needed.
(WK_LIBFUZZER_COVERAGE):
- Default to trace-pc-guard when ENABLE_FUZZILLI=YES.
(WK_FUZZILLI_OTHER_CFLAGS_YES):
- Remove redundant -fsanitize-coverage=trace-pc-guard for Fuzzilli.
(WK_FUZZILLI_OTHER_LDFLAGS_YES): Remove.

Canonical link: https://commits.webkit.org/275102@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/WK_LIBFUZZER_COVERAGE-should-default-to-trace-pc-guard-when-Fuzzilli-is-enabled branch from e1fdc82 to 3bea246 Compare February 21, 2024 16:38
@webkit-commit-queue
Copy link
Collaborator

Committed 275102@main (3bea246): https://commits.webkit.org/275102@main

Reviewed commits have been landed. Closing PR #24823 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit 3bea246 into WebKit:main Feb 21, 2024
@webkit-commit-queue webkit-commit-queue removed the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label Feb 21, 2024
@ddkilzer ddkilzer deleted the eng/WK_LIBFUZZER_COVERAGE-should-default-to-trace-pc-guard-when-Fuzzilli-is-enabled branch February 21, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JavaScriptCore For bugs in JavaScriptCore, the JS engine used by WebKit, other than kxmlcore issues.
Projects
None yet
4 participants