Open Quuxplusone opened 10 years ago
Added Dan, Kristof, and Renato initially. Feel free to CC in others (and add relevant blocking bugs).
Stephen / Bero,
It seems that AOSP can now be compiled almost entirely with Clang, so I wonder
which of these bugs are still happening / relevant. Some of them look really
serious, others not so much, so would be good to have a cleanup before we can
start addressing them in Clang/LLVM.
cheers,
--renato
Could someone take a look of 22756 and 15086?
They are important to build AOSP for x86 devices.
I am using -fno-optimize-sibling-calls to work around the tail call
optimization, bug 15086. For movaps problem, I don't have better work around
than replacing structure coping statement with memcpy.
Thanks.
Bug 24932 isn't actually a blocker for Android, since it is using a TOT clang, and not one of the platform-supported versions.
Whoops, this should have seen a dependence on bug 25794 instead of 22199.
This bug will track progress towards building a complete working Android platform using clang. Additional bugs will be connected as necessary until everything works and Android has migrated all (or almost all) projects to build with clang.