Bug 240667

Summary: Build fix for Release ASAN builds.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Mark Lam 2022-05-19 10:18:41 PDT
JSC::ptrTagName() should always be defined for CPU(ARM64E) since we use it to support disassembly now.
Comment 1 Mark Lam 2022-05-19 10:30:06 PDT
Correction: JSC::ptrTagName() should also be defined for CPU(ARM64E) when ENABLE(DISASSEMBLER) is true because it is used to support disassembly now.
Comment 2 Mark Lam 2022-05-19 10:35:45 PDT
Pull request: https://github.com/WebKit/WebKit/pull/791
Comment 3 EWS 2022-05-19 10:51:06 PDT
Committed r294493 (250752@main): <https://commits.webkit.org/250752@main>

Reviewed commits have been landed. Closing PR #791 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-05-19 10:52:14 PDT
<rdar://problem/93588887>