Closed
Bug 1770260
Opened 3 years ago
Closed 3 years ago
js/src/jit/mips-shared/Lowering-mips-shared.cpp:211:48: error: no member named 'tls' in 'js::jit::MWasmBuiltinTruncateToInt32'
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
In file included from Unified_cpp_js_src_jit13.cpp:11:
/builds/worker/checkouts/gecko/js/src/jit/mips-shared/Lowering-mips-shared.cpp:211:48: error: no member named 'tls' in 'js::jit::MWasmBuiltinTruncateToInt32'
useRegister(opd), useFixed(ins->tls(), InstanceReg),
~~~ ^
/builds/worker/checkouts/gecko/js/src/jit/mips-shared/Lowering-mips-shared.cpp:218:46: error: no member named 'tls' in 'js::jit::MWasmBuiltinTruncateToInt32'
useRegister(opd), useFixed(ins->tls(), InstanceReg),
~~~ ^
2 errors generated.
Updated•3 years ago
|
Keywords: regression
Comment 1•3 years ago
|
||
:rhunt, since you are the author of the regressor, bug 1759580, could you take a look?
For more information, please visit auto_nag documentation.
Flags: needinfo?(rhunt)
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Flags: needinfo?(rhunt)
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/2b9fc0cd9492
wasm: Rename references to tls in js/src/jit/mips-shared r=rhunt
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Updated•3 years ago
|
status-firefox100:
--- → unaffected
status-firefox101:
--- → unaffected
status-firefox-esr91:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•