Closed
Bug 1277853
Opened 9 years ago
Closed 9 years ago
fix clang checks in webrtc arm assembly
Categories
(Core :: WebRTC, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
|
2.02 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
These sort of work, but not for non-iOS platforms.
| Assignee | ||
Comment 1•9 years ago
|
||
This file used __APPLE__ as a shorthand for "compiling with clang's
integrated assembler"; we should really be checking for __clang__ instead.
Attachment #8759668 -
Flags: review?(rjesup)
Updated•9 years ago
|
Attachment #8759668 -
Flags: review?(rjesup) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/639fda5a2910
adjust checks for clang's integrated assembler in transform_neon.S; r=jesup
Updated•9 years ago
|
Rank: 15
Priority: -- → P1
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 4•9 years ago
|
||
Nathan -- Since Fx49 is affected, can you ask for uplift to Fx 49? Thanks.
Flags: needinfo?(nfroyd)
| Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Maire Reavy (On PTO July 23rd to 31st) from comment #4)
> Nathan -- Since Fx49 is affected, can you ask for uplift to Fx 49? Thanks.
I could, but given that we don't compile with clang on android in fx49, an uplift seems unnecessary. Does that information change your opinion on whether we need to uplift this?
Flags: needinfo?(nfroyd)
Comment 6•9 years ago
|
||
It does change my mind. I think we're good to let this ride the Fx 50 train. Thanks for the quick response.
You need to log in
before you can comment on or make changes to this bug.
Description
•