[libcxx-commits] [PATCH] D139147: [libc++][Android] Enable libc++ testing on Android

Dan Albert via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 20 16:09:44 PDT 2023


danalbert added a comment.

>> I see that libcxx only supports the last two stable releases of Clang (15 and 16), but the latest NDK is r25c, which is between Clang 13 and 14. NDK r26 should be released sometime this year with a compiler newer than Clang 16.
>
> How often are Android NDKs released? I would like to know how often we Android uses compilers we no longer officially support.

https://github.com/android/ndk/wiki/NDK-Release-Process says what we aim for. Resource constraints for the past few years mean that in practice only the LTS has been shipped. The realistic answer to this question is "annually".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139147/new/

https://reviews.llvm.org/D139147



More information about the libcxx-commits mailing list