Bug 261709

Summary: [PGO] GPUP's executable should not be built for instrumentation
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Elliott Williams 2023-09-18 16:33:33 PDT
Like other XPC services, its use of the WebKit frameworks should be instrumented, but not its main executable. It is missing the CLANG_INSTRUMENT_FOR_OPTIMIZATION_PROFILING build setting that other targets have.
Comment 1 Radar WebKit Bug Importer 2023-09-18 16:34:09 PDT
<rdar://problem/115688644>
Comment 2 Elliott Williams 2023-09-18 16:37:34 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17885
Comment 3 EWS 2023-09-19 17:09:24 PDT
Committed 268164@main (f35c6c8e306f): <https://commits.webkit.org/268164@main>

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