WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
246037
[Xcode] Link against bmalloc at an exact path
https://bugs.webkit.org/show_bug.cgi?id=246037
Summary
[Xcode] Link against bmalloc at an exact path
Elliott Williams
Reported
2022-10-04 13:55:04 PDT
Some production builds (i.e. Safari Technology Preview) build onto of a base SDK which already has libraries like bmalloc present. Under some configurations, simply passing `-lbmalloc` to the linker will silently link against the old bmalloc, when we really want it to fail. Fixing this would make it easier for production builders to understand the dependencies between WebKit's projects.
Attachments
Add attachment
proposed patch, testcase, etc.
Elliott Williams
Comment 1
2022-10-04 13:55:14 PDT
rdar://100489172
Elliott Williams
Comment 2
2022-10-04 14:04:19 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4997
EWS
Comment 3
2022-10-05 11:38:25 PDT
Committed
255182@main
(68d473587bad): <
https://commits.webkit.org/255182@main
> Reviewed commits have been landed. Closing PR #4997 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug