Bug 266254

Summary: [WTF] Fix clang crash on 32-bit ARM from MUST_TAIL_CALL
Product: WebKit Reporter: Matthew Benedict <uint2048>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Matthew Benedict 2023-12-11 14:01:49 PST
https://github.com/llvm/llvm-project/issues/67767

The optimization in https://github.com/WebKit/WebKit/pull/15830 apparently does not compile for armv7 due to a Clang compiler bug.

I propose ensuring __arm__ is not defined to work around this issue unless this bug is fixed since WebKit still has an armv7 build.
Comment 1 Radar WebKit Bug Importer 2023-12-18 14:02:18 PST
<rdar://problem/119832736>