Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1a71ba7c6a2584f968efaa30118b0e276acb4a9d
https://github.com/WebKit/WebKit/commit/1a71ba7c6a2584f968efaa30118b0e276acb4a9d
Author: Mark Lam <[email protected]>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
M Source/JavaScriptCore/llint/LLIntData.cpp
M Source/JavaScriptCore/llint/LLIntData.h
Log Message:
-----------
Build failure after 302256@main.
https://bugs.webkit.org/show_bug.cgi?id=301599
rdar://163598188
Unreviewed, build fix.
1. Move the declaration of an uintptr_t value which is only valid and used for
CPU(ADDRESS64) ports
into the CPU(ADDRESS64) section. This unbreaks the build for
non-CPU(ADDRESS64) ports.
2. Only activate HAVE(OS_SCRIPT_CONFIG_SPI) for ARM64 ports. This unbreaks the
build for X86_64 ports.
No new tests needed. The build is the test.
* Source/JavaScriptCore/llint/LLIntData.cpp:
(JSC::LLInt::initialize):
* Source/JavaScriptCore/llint/LLIntData.h:
Canonical link: https://commits.webkit.org/302264@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications