Enable dav1d assembly builds in Android
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: achronop, Assigned: achronop)
References
Details
Attachments
(2 files)
Android is the only platform left that assembly files of dav1d are not built.
| Assignee | ||
Comment 1•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=80b1cd7efc54d7401d1735bce008c4f33013625e
All Android flavors build fine besides x86 (4.2) which has a nasty error in gold-linker.
Copy here the error Android 4.2 x86 :
[task 2020-07-09T13:25:33.537Z] 13:25:33 INFO - /builds/worker/fetches/android-ndk/toolchains/x86-4.9/prebuilt/linux-x86_64/lib/gcc/i686-linux-android/4.9.x/../../../../i686-linux-android/bin/ld: internal error in relocate_section, at /buildbot/src/android/binutils/toolchain/binutils/binutils-2.27/gold/i386.cc:3683
[task 2020-07-09T13:25:33.537Z] 13:25:33 INFO - clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
Also, I tested the AArch64 binary in my phone and works well.
| Assignee | ||
Comment 2•5 years ago
|
||
A green try with Android x86 excluded from assembly builds:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1399dc64cf5c4284cbddae4ad30758c0916cd6fd
| Assignee | ||
Comment 3•5 years ago
|
||
When libdav1d assembly builds are enabled gold produces an internal error.
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D83522
| Assignee | ||
Comment 5•5 years ago
|
||
Nathan suggested a way to replace gold with ld which is green on try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a9232549f36c291e42ae2ed187c5878e4de30926
| Assignee | ||
Comment 6•5 years ago
|
||
Comment 8•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3fb2cf087d90
https://hg.mozilla.org/mozilla-central/rev/17fc1829f9f8
Description
•