Closed
Bug 1712947
Opened 4 years ago
Closed 4 years ago
'-d16' is not a recognized feature for this target on ARM32
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox90 fixed)
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: glandium)
Details
Attachments
(1 file)
I get a ton of these warnings when compiling for ARM32.
I can reproduce the problem locally by with the following:
rustc --target thumbv7neon-linux-androideabi -C target_feature=+neon,-d16 hello.rs --emit=asm
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/005374812ac0
Don't pass neon flags to rustc when using thumbv7neon targets. r=firefox-build-system-reviewers,mhentges
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•