Closed
Bug 1743547
Opened 3 years ago
Closed 3 years ago
[MIPS64] Failed to build JS shell for mips64 platform (lowerForALUInt64)
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox94 | --- | unaffected |
firefox95 | --- | unaffected |
firefox96 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
D131887 added a new overload for lowerForALUInt64()
, but it's not added to mips64 platform, which leading to a build error on mips64 machine.
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Comment 1•3 years ago
|
||
Port D131887 to mips64 platform.
Updated•3 years ago
|
Assignee: nobody → zhaojiazhong-hf
Updated•3 years ago
|
Attachment #9252997 -
Attachment description: Bug 1743547 - [MIPS64] Add new overload for lowerForALUInt64(). r=lth → Bug 1743547 - [MIPS64] Add new overload for lowerForALUInt64(). r=jseward
Updated•3 years ago
|
Severity: -- → S4
Priority: -- → P3
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1741392
status-firefox94:
--- → unaffected
status-firefox95:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/422c7594bf65
[MIPS64] Add new overload for lowerForALUInt64(). r=jseward
Comment 4•3 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•