aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2021-12-15 11:54:12 -0800
committerChih-Hung Hsieh <chh@google.com>2021-12-15 11:54:12 -0800
commit65a21e9ca1b70bd0839ad9c15c0922e7c5b477d5 (patch)
tree52c5d8620d2ffe28fed67bccf58fb0490f29adfb
parent367004fb358f6d73f476da95169bbdfc5f92d4c6 (diff)
downloadlinux-x86-65a21e9ca1b70bd0839ad9c15c0922e7c5b477d5.tar.gz
Update tools using clang-r437112.
Bug: 201432564 Test: make Change-Id: Ia58932b82183b2e3353d920a67912cea9cd5d251
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2236665f8..d585ecc3a 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.