[MIPS] Failed to build js on mips64 (undefined reference to `js::jit::MacroAssembler::fallibleUnboxPtr)
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
People
(Reporter: paul_st, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
Steps to reproduce:
Try to build js on x86_64 with simulator-mips64
changeset: 2d3f88083affe7381bb6ecac6a1d33b32239416d
(HEAD, origin/FIREFOX_ESR_78_0_X_RELBRANCH)
Actual results:
Build is fails on the final link stage.
...
13:11.70 ../gecko-dev/js/src/jit/MacroAssembler-inl.h:825: undefined reference to js::jit::MacroAssembler::fallibleUnboxPtr(js::jit::BaseIndex const&, js::jit::Register, JSValueType, js::jit::Label*)' 13:11.70 /usr/bin/ld: libmozjs-78.so: hidden symbol
_ZN2js3jit14MacroAssembler16fallibleUnboxPtrERKNS0_9BaseIndexENS0_8RegisterE11JSValueTypePNS0_5LabelE' isn't defined
13:11.70 /usr/bin/ld: final link failed: Bad value
Expected results:
Build is successful.
Comment 1•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•4 years ago
|
||
Core MIPS issue.
Comment 3•4 years ago
|
||
It seems to be related with bug 1642265, which was fixed in ff79, but not be merged into esr78.
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Reported fixed.
Description
•