Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 265d1003ba32347971ba3ad56cbd57fd0bed3cdd
https://github.com/WebKit/WebKit/commit/265d1003ba32347971ba3ad56cbd57fd0bed3cdd
Author: Ian Grunert <[email protected]>
Date: 2026-04-12 (Sun, 12 Apr 2026)
Changed paths:
M Source/ThirdParty/skia/CMakeLists.txt
M Source/WTF/wtf/Compiler.h
M Source/WTF/wtf/StdLibExtras.h
M Source/WebCore/platform/graphics/egl/GLContext.cpp
M Source/cmake/WebKitCCache.cmake
M Tools/Scripts/build-webkit
Log Message:
-----------
[Win] Fix build on clang 21
https://bugs.webkit.org/show_bug.cgi?id=311934
Reviewed by Claudio Saavedra and Abrar Rahman Protyasha.
Workarounds for a couple of bugs in the MS ABI Mangler in clang 21.
Fix compilation of logging paths in GLContext when LOG_DISABLED is
false and RELEASE_LOG_DISABLED is true. Previously it'd fail to build
due to unused parameters as the RELEASE_LOG_* functions were void().
Also fix some ccache config; move config of CCACHE_SLOPPINESS and
CCACHE_PCH_EXTSUM to cmake. CCACHE_PCH_EXTERNAL_CHECKSUM was the wrong
environment variable to set as well.
Canonical link: https://commits.webkit.org/311032@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications