Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3aeb235fd2f99d10ceaff35c69551205f8a17348
https://github.com/WebKit/WebKit/commit/3aeb235fd2f99d10ceaff35c69551205f8a17348
Author: Dewei Zhu <[email protected]>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M Configurations/CommonBase.xcconfig
Log Message:
-----------
Building WebKit with PGO profile should not be sensitive to compiling
directory structure.
https://bugs.webkit.org/show_bug.cgi?id=317115
rdar://178983382
Reviewed by Alexey Proskuryakov and Elliott Williams.
Add '-mllvm -static-func-full-module-prefix=false' flag to remove path in the
PGO profile symbols.
This will ensure optimization for those symbols being reliably applied even
when environment for
building instrumentation binary and final binary differ.
* Configurations/CommonBase.xcconfig:
Canonical link: https://commits.webkit.org/315355@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications