Closed
Bug 1504147
Opened 7 years ago
Closed 7 years ago
Build compiler-rt libraries for Android too
Categories
(Firefox Build System :: Toolchains, enhancement)
Firefox Build System
Toolchains
Tracking
(firefox66 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: marco, Assigned: chmanchester)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In order to support C/C++ coverage on Android, we need the libclang_rt.profile-arm-android library.
Right now the Clang toolchain build only has the Linux library.
| Reporter | ||
Comment 1•7 years ago
|
||
This is already done in the Mac cross compiled Clang.
We had to do something similar in bug 1479800 but <because Windows> I don't know if it's the right model to follow here.
Comment 4•7 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #1)
> This is already done in the Mac cross compiled Clang.
That was bug 1425406 FYI. I still think it'd be great if someone invested the effort to fix bug 1421755.
| Assignee | ||
Updated•7 years ago
|
Blocks: android-pgo-ARMv7
| Assignee | ||
Comment 5•7 years ago
|
||
I was able to make a little progress here.
Assignee: nobody → cmanchester
| Assignee | ||
Comment 6•7 years ago
|
||
This patch is based on the cmake cache files for Android checked in to the
clang repo.
Pushed by cmanchester@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b16da79b3ed
Build compiler-rt libs for android on arm. r=froydnj
Comment 8•7 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•