Bug 240667 - Build fix for Release ASAN builds.
Summary: Build fix for Release ASAN builds.
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: 2022-05-19 10:18 PDT by Mark Lam
Modified: 2022-05-19 10:52 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 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>