[Webkit-unassigned] [Bug 260210] [GTK] webkitgtk 2.41.90 fails to build on riscv64 JSC/wasm/WasmB3IRGenerator.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 1 05:45:04 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260210
Alberto Garcia <berto at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cgarcia at igalia.com
--- Comment #2 from Alberto Garcia <berto at igalia.com> ---
So ENABLE_FTL_DEFAULT is on in riscv64, that enables WEBASSEMBLY_B3JIT, which is what results in WasmB3IRGenerator.cpp being built.
However supportsCountPopulation() is not defined in Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h
I don't know what's the best way to proceed here, but I suppose that disabling FTL in riscv64 would work around the problem.
--
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/20230901/bc36b3b2/attachment.htm>
More information about the webkit-unassigned
mailing list