Update README.md for r498229
Bug: 280683256
Test: none
Change-Id: I74f24640f69bc3383f5074e1468e9761abd4f681
diff --git a/README.md b/README.md
index 26b18cc..cfa1d9a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
----------
* [**Android Platform**](https://android.googlesource.com/platform/)
- * Currently clang-r487747c
+ * Currently clang-r498229
* clang-r487747c for Android U release
* clang-r450784d for Android T release
* clang-r416183b1 for Android S release
@@ -20,11 +20,11 @@
* [AOSP Code Search link](https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/config/global.go?q=ClangDefaultVersion)
* [**Android Platform LLVM binutils**](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/llvm-binutils-stable/)
- * Currently clang-r487747c
+ * Currently clang-r498229
* These are *symlinks* to llvm tools and can be updated by running [update-binutils.py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/update-binutils.py).
* [**Android Platform clang-stable**](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-stable/)
- * Currently clang-r487747c
+ * Currently clang-r498229
* These are *copies* of some clang tools and can be updated by running [update-clang-stable.py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/update-clang-stable.py).
* [**RenderScript**](https://developer.android.com/guide/topics/renderscript/index.html)
@@ -33,10 +33,9 @@
* [AOSP Code Search link](https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/config/global.go?q=RSClangVersion)
* [**Android Linux Kernel**](http://go/android-systems)
- * Currently clang-r487747c
+ * Currently clang-r498229
* Look for "clang-" in [mainline build configs](https://android.googlesource.com/kernel/common/+/refs/heads/android-mainline/build.config.constants).
- * Look for "clang-" in [android14-6.1 build configs](https://android.googlesource.com/kernel/common/+/refs/heads/android14-6.1/build.config.constants)
- * Look for "clang-" in [android14-5.15 build configs](https://android.googlesource.com/kernel/common/+/refs/heads/android14-5.15/build.config.constants)
+ * Look for "clang-" in [android15-6.1 build configs](https://android.googlesource.com/kernel/common/+/refs/heads/android15-6.1/build.config.constants)
* When adding or removing a clang prebuilt, the list in `kleaf/versions.bzl` needs to be updated.
* Internal LLVM developers should look in the partner gerrit for more kernel configurations.
@@ -57,7 +56,7 @@
* [Android Code Search link](https://cs.android.com/android/platform/superproject/+/emu-master-dev:external/qemu/android/build/toolchains.json?q=clang)
* [**Context Hub Runtime Environment (CHRE)**](https://android.googlesource.com/platform/system/chre/)
- * Currently clang-r487747c
+ * Currently clang-r498229
* Look in [system/chre/build/clang.mk](https://googleplex-android.googlesource.com/platform/system/chre/+/refs/heads/master/build/clang.mk#13).
* [Internal Code Search link](https://source.corp.google.com/android/system/chre/build/clang.mk?q=clang-)
@@ -67,25 +66,25 @@
* Look for "clang-" in [build-openjdk-darwin.sh](https://android.googlesource.com/toolchain/jdk/build/+/refs/heads/master/build-openjdk-darwin.sh)
* [**Clang Tools**](https://android.googlesource.com/platform/prebuilts/clang-tools/)
- * Currently clang-r487747c
+ * Currently clang-r498229
* Look for "clang-r" in [envsetup.sh](https://android.googlesource.com/platform/development/+/refs/heads/master/vndk/tools/header-checker/android/envsetup.sh)
* Check out branch clang-tools and run test: OUT_DIR=out prebuilts/clang-tools/build-prebuilts.sh
* **Android Rust**
* Toolchain
- * Currently clang-r487747
+ * Currently clang-r498229
* Look for "CLANG_REVISION" in [paths.py](https://android.googlesource.com/toolchain/android_rust/+/refs/heads/master/paths.py)
* Bindgen
- * Currently clang-r487747c
+ * Currently clang-r498229
* Look for "bindgenClangVersion" in [bindgen.go](https://android.googlesource.com/platform/build/soong/+/refs/heads/master/rust/bindgen.go)
* **Stage 1 compiler**
- * Currently clang-r487747c
+ * Currently clang-r498229
* Look for "clang-r" in [toolchain/llvm_android/constants.py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/constants.py)
* Note the chicken & egg paradox of a self hosting bootstrapping compiler; this can only be updated AFTER a new prebuilt is checked in.
* **Android Studio / Android Game Development Extension**
- * Currently clang-r487747
+ * Currently clang-r498229
* Look in [lldb-utils/config/clang.version](https://googleplex-android.git.corp.google.com/platform/external/lldb-utils/+/refs/heads/lldb-master-dev/config/clang.version)
@@ -143,6 +142,7 @@
* [clang-r487747](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r487747) - March 2023
* [clang-r487747b](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r487747b) - April 2023
* [clang-r487747c](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r487747c) - May 2023
+* [clang-r498229](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/refs/heads/master/clang-r498229) - July 2023
More Information