Bug 264643
| Summary: | Missing build dependency when linking jsc to libJavaScriptCore.a | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | JavaScriptCore | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 263697 | ||
| Bug Blocks: | |||
David Kilzer (:ddkilzer)
Missing build dependency when linking jsc to libJavaScriptCore.a.
When building jsc with ENABLE_LIBFUZZER=YES or JSC_USE_STATIC_LINKING=YES (see 270226@main), Xcode doesn't find the dependency on `libJavaScriptCore.a`, so it tries to link `jsc` before `libJavaScriptCore.a` is built, causing a build failure.
<rdar://118240515>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/20346
EWS
Committed 270579@main (b3fbb2dd9ec7): <https://commits.webkit.org/270579@main>
Reviewed commits have been landed. Closing PR #20346 and removing active labels.