Closed
Bug 1471632
Opened 7 years ago
Closed 7 years ago
Fix angle mingw clang compilation.
Categories
(Core :: Graphics, enhancement, P2)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jacek, Assigned: jacek)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
It fails with:
gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.cpp:211:12: error: cast from pointer to smaller type 'long' loses information
int i = -(long)ptr & 3;
^~~~~~~~~
1 error generated.
Assignee | ||
Updated•7 years ago
|
Crash Signature: It fails with:
gfx/angle/checkout/src/common/third_party/smhasher/src/PMurHash.cpp:211:12: error: cast from pointer to smaller type 'long' loses information
int i = -(long)ptr & 3;
^~~~~~~~~
1 error generated.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
I submitted the patch upstream:
https://chromium-review.googlesource.com/c/angle/angle/+/1117187
Updated•7 years ago
|
Priority: -- → P2
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•7 years ago
|
||
It's committed upstream, so m-c will have it after the next angle update. The attached patch is for esr60.
Updated•7 years ago
|
Attachment #8988222 -
Flags: review?(jmuizelaar) → review?(jgilbert)
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8988222 [details]
Bug 1471632 - Fix angle mingw clang compilation.
https://reviewboard.mozilla.org/r/253458/#review263840
This is fine, but all patches against in-tree ANGLE need to go through github.com/mozilla/angle and be vendored into the tree anew.
I'll handle this.
Attachment #8988222 -
Flags: review?(jgilbert) → review-
Comment 7•7 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f6b2cc9818f9
Cherry-pick mingw clang compilation fix.
![]() |
||
Comment 9•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•