[Webkit-unassigned] [Bug 260079] New: Make it possible to override -fsanitize-coverage flags at build time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 11 10:46:36 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=260079

            Bug ID: 260079
           Summary: Make it possible to override -fsanitize-coverage flags
                    at build time
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
        Depends on: 259355

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.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=259355
[Bug 259355] [WebGPU] Add the ability to fuzz wgslc
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230811/7d30a638/attachment-0001.htm>


More information about the webkit-unassigned mailing list