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>
Pull request: https://github.com/WebKit/WebKit/pull/20346
Committed 270579@main (b3fbb2dd9ec7): <https://commits.webkit.org/270579@main> Reviewed commits have been landed. Closing PR #20346 and removing active labels.