Bug 266254 - [WTF] Fix clang crash on 32-bit ARM from MUST_TAIL_CALL
Summary: [WTF] Fix clang crash on 32-bit ARM from MUST_TAIL_CALL
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-11 14:01 PST by Matthew Benedict
Modified: 2023-12-18 14:02 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>