Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fd4a9d09bf0da10d0ae873ee47f734ffaed60afd
https://github.com/WebKit/WebKit/commit/fd4a9d09bf0da10d0ae873ee47f734ffaed60afd
Author: Elliott Williams <[email protected]>
Date: 2026-09-23 (Wed, 23 Sep 2026)
Changed paths:
M Source/cmake/WebKitCommon.cmake
Log Message:
-----------
[CMake] clang-wrapper NoBundle merge step fails when compile flags include
-fPIE
https://bugs.webkit.org/show_bug.cgi?id=325064
rdar://188230631
Reviewed by Cole Carley.
On Apple platforms, ld manages creating position-independent executables
automatically, so it is fine to omit the default setting. Fixes an issue
where dynamic unified bundling tries to merge object files while still
passing the flag (ld -r -pie ...), which the linker rejects.
* Source/cmake/WebKitCommon.cmake:
Canonical link: https://commits.webkit.org/321749@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications