Bug 246037
| Summary: | [Xcode] Link against bmalloc at an exact path | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Elliott Williams
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
rdar://100489172
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/4997
EWS
Committed 255182@main (68d473587bad): <https://commits.webkit.org/255182@main>
Reviewed commits have been landed. Closing PR #4997 and removing active labels.