Bug 263697 - Build static library for JavaScriptCore before linking framework
Summary: Build static library for JavaScriptCore before linking framework
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks: 264297 264643 264983
  Show dependency treegraph
 
Reported: 2023-10-25 16:47 PDT by David Kilzer (:ddkilzer)
Modified: 2024-01-25 12:27 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2023-10-25 16:47:51 PDT
Build static library for JavaScriptCore before linking framework.

We want to build libJavaScriptCore.a before linking JavaScriptCore.framework so that we have the option of linking `jsc` with libJavaScriptCore.a instead of JavaScriptCore.framework for certain configurations.

<rdar://113641596>
Comment 1 David Kilzer (:ddkilzer) 2023-10-25 17:43:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19575
Comment 2 EWS 2023-11-04 03:26:42 PDT
Committed 270226@main (3d7329069950): <https://commits.webkit.org/270226@main>

Reviewed commits have been landed. Closing PR #19575 and removing active labels.