RESOLVED FIXED313509
[CMake][Mac] WebKitTestRunner/TestWebKitAPI/TestIPC fail to link: WTF OBJECT library brings in unresolved bmalloc
https://bugs.webkit.org/show_bug.cgi?id=313509
Summary [CMake][Mac] WebKitTestRunner/TestWebKitAPI/TestIPC fail to link: WTF OBJECT ...
Simon Lewis
Reported 2026-04-27 19:06:22 PDT
Listing bare `WTF` (an OBJECT library on Mac) in these targets' _LIBRARIES pulls every WTF .o onto the link line, which references unlinked bmalloc symbols and duplicates WTF static state alongside JavaScriptCore's; drop it and let JSC's re-export supply WTF, adding JavaScriptCore/Security/ICU_INCLUDE_DIRS where they were riding in on WTF's INTERFACE.
Attachments
EWS
Comment 1 2026-04-27 19:20:14 PDT
Committed 312165@main (dc829e1a2e28): <https://commits.webkit.org/312165@main> Reviewed commits have been landed. Closing PR #63760 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.