Closed
Bug 1912919
Opened 4 months ago
Closed 4 months ago
[loongarch][mips] Failed to build js (error: attempt to use a deleted function: patchMove32, move32WithPatch)
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
D217877 introduced patchMove32
and move32WithPatch
functions, that should be ported to loongarch64 and mips64 platforms, otherwise the js shell could not be built.
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
Port D217877 to loongarch and mips platforms.
Updated•4 months ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/89a5bd70db38
[loongarch][mips] Implement patchMove32 and move32WithPatch. r=rhunt
Updated•4 months ago
|
Severity: -- → S4
Priority: -- → P5
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•