Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e2307d2a6b0718aeee61be27166a247f59344610
https://github.com/WebKit/WebKit/commit/e2307d2a6b0718aeee61be27166a247f59344610
Author: Justin Michaud <[email protected]>
Date: 2026-01-25 (Sun, 25 Jan 2026)
Changed paths:
M Source/JavaScriptCore/offlineasm/arm.rb
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications