Don't use -no-integrated-as for Pixman on Android/arm
Categories
(Core :: Graphics, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(4 files)
GeckoView team is considering to upgrade NDK to r25 that is the latest TLS version since Rust compiler will be upgrade to 1.68. It is built by NDK r25.
NDK r25 removes GNU assembler, so I would like to port NEON optimization code to clang/LLVM compatible.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:bhood, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Actually, we need GNU AS to build the assembler files in pixman. This fix
removes GNU AS dependency for aarch64 assembler files.
Assignee | ||
Comment 3•2 years ago
|
||
This is arm32 issue to build clang only.
Depends on D183969
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D183970
Assignee | ||
Comment 5•2 years ago
|
||
It is unnecessary to use -no-integrated-as
to build assembler files.
So let's remove it.
Depends on D183971
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f19c6f5b8673
https://hg.mozilla.org/mozilla-central/rev/1729776917d4
https://hg.mozilla.org/mozilla-central/rev/1b862fa12e1d
https://hg.mozilla.org/mozilla-central/rev/bde980d8d04b
Description
•