WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
266254
[WTF] Fix clang crash on 32-bit ARM from MUST_TAIL_CALL
https://bugs.webkit.org/show_bug.cgi?id=266254
Summary
[WTF] Fix clang crash on 32-bit ARM from MUST_TAIL_CALL
Matthew Benedict
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-12-18 14:02:18 PST
<
rdar://problem/119832736
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug