[webkit-changes] [WebKit/WebKit] f35c6c: [PGO] GPUP's executable should not be built for in...

Elliott Williams noreply at github.com
Tue Sep 19 17:09:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f35c6c8e306f867e27bdcbf6c2452916575c99dd
      https://github.com/WebKit/WebKit/commit/f35c6c8e306f867e27bdcbf6c2452916575c99dd
  Author: Elliott Williams <emw at apple.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M Source/WebKit/Configurations/GPUService.xcconfig

  Log Message:
  -----------
  [PGO] GPUP's executable should not be built for instrumentation
https://bugs.webkit.org/show_bug.cgi?id=261709
rdar://115688644

Reviewed by Alexey Proskuryakov.

Like other XPC services, its use of the WebKit *frameworks* should be
instrumented, but not its main executable. Copy the
CLANG_INSTRUMENT_FOR_OPTIMIZATION_PROFILING = NO build setting from
other XPC service targets.

* Source/WebKit/Configurations/GPUService.xcconfig:

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




More information about the webkit-changes mailing list