Closed
Bug 1603657
Opened 5 years ago
Closed 5 years ago
RLBox - Update rlbox_noop_sandbox to work around mingw32's broken support of static inline thread_locals
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: shravanrn, Assigned: shravanrn)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Use of static inline threadlocal variables (inline variables are C++17) seems to break mingw32 and mingw64 builds. See thread.
Update the rlbox library to a version that does not use this.
Assignee | ||
Comment 1•5 years ago
|
||
This is needed to work around mingw32's broken support of static inline thread_locals.
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ad627acbfe8
Update rlbox to latest version which supports disabling static inline thread_locals r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•