Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 6f7bb97a3e06e44080d94890fad9608a35547321
https://github.com/WebKit/WebKit/commit/6f7bb97a3e06e44080d94890fad9608a35547321
Author: Justin Michaud <[email protected]>
Date: 2026-09-15 (Tue, 15 Sep 2026)
Changed paths:
M Source/JavaScriptCore/offlineasm/arm.rb
Log Message:
-----------
Cherry-pick 306181@main (e2307d2a6b07).
https://bugs.webkit.org/show_bug.cgi?id=306182
[ARMv7] Fix clang20 build
https://bugs.webkit.org/show_bug.cgi?id=306182
Reviewed by Yusuke Suzuki.
See WebPlatformForEmbedded#1600.
We fix this build error:
```
<inline asm>:320:49: error: Relocation Not In Range
320 | movw r4, #:lower16:.Lllint_op_tail_call_varargs -
.Lllint_relativePCBase
| ^
<inline asm>:321:49: error: Relocation Not In Range
321 | movt r4, #:upper16:.Lllint_op_tail_call_varargs -
.Lllint_relativePCBase
...
by emiting a worse sequence, a jump + data + a pc-relative load. This is
only emitted at startup, so the perf impact should be minimal.
* Source/JavaScriptCore/offlineasm/arm.rb:
Canonical link: https://commits.webkit.org/306181@main
Canonical link: https://commits.webkit.org/305877.1180@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications