Closed Bug 1649655 Opened 4 years ago Closed 4 years ago

[MIPS] Fix build issues caused by recent change (visitWasmRegisterResult)

Categories

(Core :: JavaScript Engine: JIT, defect)

Other
Unspecified
defect

Tracking

()

RESOLVED FIXED
mozilla80
Tracking Status
firefox-esr78 --- fixed
firefox80 --- fixed

People

(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Failed to build js on mips machine due to some changes in D80820:

js/src/jit/CodeGenerator.cpp:6800: undefined reference to 'js::jit::CodeGenerator::visitWasmRegisterResult(js::jit::LWasmRegisterResult*)'

Blocks: 1639895

The change's bug id is 1646787, and it may be security-related, I don't have the access to the bug and revision.
According to the code, the bug seems only affect x64 platform, so I will just add an empty visitWasmRegisterResult function to mips platform just like arm and x86.

Assignee: nobody → zhaojiazhong-hf
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a82ed51397f1
[MIPS] Add CodeGenerator::visitWasmRegisterResult function. r=lth
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80

Comment on attachment 9160558 [details]
Bug 1649655 - [MIPS] Add CodeGenerator::visitWasmRegisterResult function. r=lth

ESR Uplift Approval Request

  • If this is not a sec:{high,crit} bug, please state case for ESR consideration: Build failure on MIPS following bug 1646787.
  • User impact if declined:
  • Fix Landed on Version: 80
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): NPOTB
  • String or UUID changes made by this patch:
Attachment #9160558 - Flags: approval-mozilla-esr78?

Comment on attachment 9160558 [details]
Bug 1649655 - [MIPS] Add CodeGenerator::visitWasmRegisterResult function. r=lth

Approved for 78.4esr.

Attachment #9160558 - Flags: approval-mozilla-esr78? → approval-mozilla-esr78+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: