commit | ec438fa076a3fabac4a0f21899c05e086b0b5fa6 | [log] [tgz] |
---|---|---|
author | Sharjeel Khan <[email protected]> | Mon Mar 24 14:46:52 2025 -0700 |
committer | Automerger Merge Worker <[email protected]> | Mon Mar 24 14:46:52 2025 -0700 |
tree | e3911b8b2d70b01075eba1b10f978343f685ef43 | |
parent | ba2cdf1a938cc232373c82d488b04bb6db35cae1 [diff] | |
parent | 24c277113ad4d4f164142e2be5b9d05435929220 [diff] |
Empty commit to trigger build am: 24c277113a Original change: https://android-review.googlesource.com/c/toolchain/llvm_android/+/3559065 Change-Id: I7ba393bb439b46a20fe469a57da61018b66302b1 Signed-off-by: Automerger Merge Worker <[email protected]>
Quick links:
Android's clang toolchain is used to build the Android platform, kernel and is also part of the Android NDK. It also builds various tools and projects in the Android ecosystem. See this page for a list of current versions used by various projects.
Android clang follows a rolling release schedule based on upstream llvm-project's main branch. It does not correspond to a numbered llvm-project release branch.
Each clang prebuilt directory has a clang_source_info.md
(starting with clang-r428724) that mentions the llvm-project commit from which this version is branched. It also lists cherry-picks from upstream LLVM and downstream changes needed to qualify this prebuilt for the various Android use cases.
At any point of time, there is an in-progress attempt to release a new clang. Due to the complexity of the Android code base and breaking changes from llvm-project, there is no guaranteed schedule or cadence in clang updates.
In practice, there have been an average of 3-4 updates a year (rougly new clang every 3-4 months) for the past several years.
Subscribe to https://groups.google.com/g/android-llvm to get notified when a clang version is planned and when it is released.
Android clang development happens in the llvm-toolchain
repo branch in AOSP. See here for build instructions.
aosp-llvm-toolchain is the public CI build of Android clang toolchain.
clang binaries from this CI branch are checked into three platform-specific projects: