[Webkit-unassigned] [Bug 282897] New: [RISCV] Add OFFLINE_ASM_ALIGN_TRAP implementation for RISCV
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Nov 10 08:21:01 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=282897
Bug ID: 282897
Summary: [RISCV] Add OFFLINE_ASM_ALIGN_TRAP implementation for
RISCV
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: yanmingzhu at iscas.ac.cn
Meet this error during compiling on my riscv64gc board
```txt
In file included from /home/debian/repo/WebKit/Source/JavaScriptCore/1lint/LowLevellnterpreter.cpp:647:
/home/debian/repo/WebKit/webkitbuild/JavaScriptCore/DerivedSources/LLIntAssembly.h:116252:1: error: expected ')'
OFFLINE_ASM_ALIGNED_GLOBAL_LABEL(ipint_unreachable_validate, 256)
A
/home/debian/repo/WebKit/Source/JavaScriptCore/1lint/LowLevelInterpreter.cpp:611:78: note: expanded from macro 'OFFLINE_ASM_ALIGNED_GLOBAL_LABEL'
OFFLINE_ASM_GLOBAL_LABEL_IMPL(label, OFFLINE_ASM_NO_ALT_ENTRY_DIRECTIVE, DFFLINE_ASM_ALIGN_TRAP(align), HIDE_SYMBOL)
^
/home/debian/repo/WebKit/webkitbuild/JavaScriptCore/DerivedSources/LLINntAssembly.h:3:1: note: to match this '('
```
I'll send a pr later
--
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/20241110/233e33a4/attachment.htm>
More information about the webkit-unassigned
mailing list