Closed
Bug 1658386
Opened 5 years ago
Closed 5 years ago
add support for arm64 macOS signal handling
Categories
(Core :: JavaScript: WebAssembly, task)
Tracking
()
RESOLVED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: froydnj, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently, compiling js/src/wasm/WasmSignalHandlers.cpp throws many many errors about various undefined things.
| Reporter | ||
Updated•5 years ago
|
Blocks: aarch64-macos
| Reporter | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
The most relevant errors:
js/src/wasm/WasmSignalHandlers.cpp:355:6: error: Unsupported
architecture
# error Unsupported architecture
^
js/src/wasm/WasmSignalHandlers.cpp:820:6: error: Unsupported
architecture
# error Unsupported architecture
^
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mh+mozilla
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/67723f68d22c
add support for arm64 macOS WASM signal handling. r=lth
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•