diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2021-06-23 22:39:37 -0700 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2021-06-24 16:18:26 -0700 |
commit | 088205a05081cab654ac085bfadf29a1070f97bf (patch) | |
tree | fd970f0a224ef4e8d1c17e34ceec64813eaf288e /cc | |
parent | ffc9ae993a3729a75b622054b5062fc5ef98f925 (diff) |
Switch to clang-r416183b1
Bug: http://b/189328402
This contains a fix to AArch64 __clear_cache.
Test: TH + Manual verification by emulator team.
Change-Id: Iff1064df8361163a6828b01256d5a7950f618652
Merged-In: Iff1064df8361163a6828b01256d5a7950f618652
(cherry picked from commit 3e54508a3a83eef2c8265192e232196a6572b31f)
Diffstat (limited to 'cc')
-rw-r--r-- | cc/config/global.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/config/global.go b/cc/config/global.go index 59fe8e13c..ae731b203 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -145,8 +145,8 @@ var ( // prebuilts/clang default settings. ClangDefaultBase = "prebuilts/clang/host" - ClangDefaultVersion = "clang-r416183b" - ClangDefaultShortVersion = "12.0.5" + ClangDefaultVersion = "clang-r416183b1" + ClangDefaultShortVersion = "12.0.7" // Directories with warnings from Android.bp files. WarningAllowedProjects = []string{ |