aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2024-04-18 11:08:31 -0700
committerYi Kong <yikong@google.com>2024-04-18 11:08:31 -0700
commitc33ffb5a2003cc3eb2dce89330f6e8e20ac1342e (patch)
tree0fa96a339e84d323ca511167d5d7d3216ceab749
parent35b398910d03542594bc0fc9eddc962535dee1f3 (diff)
downloadllvm_android-c33ffb5a2003cc3eb2dce89330f6e8e20ac1342e.tar.gz
Update stage1 compiler to clang-r522817
Test: presubmit Bug: 322868540 Change-Id: Ica3ccbd92d8bfac072a7fc7cd3a1d33dcf21e6a2
-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'