aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2021-12-16 01:07:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-16 01:07:45 +0000
commitb0e48af7c4149e7e5772e9d433e451a093512772 (patch)
tree68e85cfa2a5b382cce810e5321c817569fd19403
parent203a204bc3394d5e1ea715e5e90b08603dec3798 (diff)
parent65a21e9ca1b70bd0839ad9c15c0922e7c5b477d5 (diff)
downloadlinux-x86-b0e48af7c4149e7e5772e9d433e451a093512772.tar.gz
Merge "Update tools using clang-r437112."
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1dc22f796..c92b95d8b 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ LLVM Users
* [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-r433404b
+ * Currently clang-r437112
* These can be updated by running [update-binutils.py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/update-binutils.py).
* [**RenderScript**](https://developer.android.com/guide/topics/renderscript/index.html)
@@ -67,7 +67,7 @@ LLVM Users
* Look for "bindgenClangVersion" in [bindgen.go](https://android.googlesource.com/platform/build/soong/+/refs/heads/master/rust/bindgen.go)
* **Stage 1 compiler**
- * Currently clang-r433403
+ * Currently clang-r437112
* 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.