Bug 266254
Summary: | [WTF] Fix clang crash on 32-bit ARM from MUST_TAIL_CALL | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matthew Benedict <uint2048> |
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matthew Benedict
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
<rdar://problem/119832736>