[Webkit-unassigned] [Bug 288181] New: [JSC] Move some inine functions from AirTmpWidth.h to AirTmpWidthInlines.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 20 22:21:15 PST 2025
https://bugs.webkit.org/show_bug.cgi?id=288181
Bug ID: 288181
Summary: [JSC] Move some inine functions from AirTmpWidth.h to
AirTmpWidthInlines.h
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
"perl .\Tools\Scripts\build-webkit --debug --no-unified-builds" reports an error.
[8/33] Building CXX object Source\JavaScriptCore\CMakeFiles\JavaScriptCore.dir\b3\air\AirAllocateRegistersByGreedy.cpp.obj
FAILED: Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/b3/air/AirAllocateRegistersByGreedy.cpp.obj
C:\PROGRA~1\LLVM\bin\clang-cl.exe [...] -c -- C:\webkit\wa\Source\JavaScriptCore\b3\air\AirAllocateRegistersByGreedy.cpp
In file included from C:\webkit\wa\Source\JavaScriptCore\b3\air\AirAllocateRegistersByGreedy.cpp:41:
C:\webkit\wa\Source\JavaScriptCore\b3\air\AirTmpWidth.h(109,20): error: inline function 'JSC::B3::Air::TmpWidth::widths' is not defined [-Werror,-Wundefined-inline]
109 | inline Widths& widths(Tmp);
| ^
C:\webkit\wa\Source\JavaScriptCore\b3\air\AirTmpWidth.h(64,28): note: used here
64 | Widths tmpWidths = widths(tmp);
| ^
1 error generated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250221/973c49b6/attachment.htm>
More information about the webkit-unassigned
mailing list