Bug 260079
| Summary: | Make it possible to override -fsanitize-coverage flags at build time | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | Tools / Tests | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 259355 | ||
| Bug Blocks: | |||
David Kilzer (:ddkilzer)
Make it possible to override -fsanitize-coverage flags at build time.
To do this, we'll introduce a `WK_LIBFUZZER_COVERAGE` variable in `Configurations/Sanitizers.xcconfig` that defaults to:
WK_LIBFUZZER_COVERAGE = inline-8bit-counters,trace-cmp;
Specifying a different value via `make [...] WK_LIBFUZZER_COVERAGE=...` will override that setting.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/113759381>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/16613
EWS
Committed 266846@main (a4d949231543): <https://commits.webkit.org/266846@main>
Reviewed commits have been landed. Closing PR #16613 and removing active labels.