Bug 266936

Summary: Fix Air OptimizePairedLoadStore missing header includes
Product: WebKit Reporter: Mart Raudsepp <leio>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Mart Raudsepp 2023-12-29 14:44:47 PST
ARM64 non-unified builds fail to compile:

error: incomplete type 'JSC::CCallHelpers' named in nested name specifier
error: function 'JSC::B3::Air::Inst::forEachDefWithExtraClobberedRegs<JSC::B3::Air::Tmp, (lambda at ...)>' is used but not defined in this translation unit, and cannot be defined in any other translation unit because its type does not have linkage

Patch available at https://github.com/WebKit/WebKit/pull/19242
Comment 1 EWS 2023-12-29 17:02:28 PST
Committed 272532@main (b9d0bc2f5b61): <https://commits.webkit.org/272532@main>

Reviewed commits have been landed. Closing PR #19242 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-12-29 17:03:14 PST
<rdar://problem/120281224>