aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-18 22:19:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-18 22:19:58 +0000
commit4d1cb2d34282fdb5e1ffba0e8f56382ce7903d70 (patch)
treeac0151d35767ee107cbb7d7bf598653221c5cf0b
parentdee0d6041e2c20b4f4a2498b757e2c23f7393183 (diff)
parentc33ffb5a2003cc3eb2dce89330f6e8e20ac1342e (diff)
downloadllvm_android-4d1cb2d34282fdb5e1ffba0e8f56382ce7903d70.tar.gz
Merge "Update stage1 compiler to clang-r522817" into main
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index bab3e6c..f88cef6 100644
--- a/constants.py
+++ b/constants.py
@@ -21,7 +21,7 @@ from typing import Set
MAC_MIN_VERSION: str = '10.14'
# This is the baseline stable version of Clang to start our stage-1 build.
-CLANG_PREBUILT_VERSION: str = 'clang-r510928'
+CLANG_PREBUILT_VERSION: str = 'clang-r522817'
# This is the ndk version used to build runtimes.
NDK_VERSION: str = 'r26'