Bug 258390 - offlineasm: include the backend names in the input hash.
Summary: offlineasm: include the backend names in the input hash.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-22 00:02 PDT by Mark Lam
Modified: 2023-06-22 09:39 PDT (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 Mark Lam 2023-06-22 00:02:48 PDT
offlineasm/generate_offset_extractor.rb and offlineasm/generate_settings_extractor.rb currently does not include the backend names in the input hash.  This can be problematic if we ever switch between building different backends after the offset and settings extractors have been generated.

rdar://111129539
Comment 1 Mark Lam 2023-06-22 00:22:52 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15182
Comment 2 EWS 2023-06-22 09:38:55 PDT
Committed 265408@main (7449d469c115): <https://commits.webkit.org/265408@main>

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