Closed
Bug 1634139
Opened 5 years ago
Closed 5 years ago
Fix compile errors when FILES_PER_UNIFIED_FILE=1 in js/src/moz.build
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
Details
Attachments
(1 file)
There some compiler errors that snuck in recently.
There is some background in Bug 1426865. I'm not sure what the full solution is. Here is a patch for the immediate issues.
Assignee | ||
Comment 1•5 years ago
|
||
Add JS_PUBLIC_API annotation to JSAtom forward declaration to fix the build.
Also fix an minor unreachable warning in WASM.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/73eaedc4f53d
Fix non-unified spidermonkey build. r=mgaudet
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•