commit | 28f56ee5d6ac2b29a99f1e0908e373106be597d2 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Fri Mar 02 13:38:42 2018 -0800 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Tue Mar 06 16:45:36 2018 +0000 |
tree | c8a3a2fe323eb07914e9ab2b5c92cc9d0ae18b6a | |
parent | d2fc244b060ebd37f0ed8ee766fde151aea45fd6 [diff] |
Switch to clang-4630689 Bug: http://b/73127367 Bug: http://b/68659946 These new prebuilts have fixes for the bugs mentioned above. Test: Build and verify that issues in both bugs above are fixed. Change-Id: I410a43b70920d509118f8e6fdb012ef6b078d657 Merged-In: I410a43b70920d509118f8e6fdb012ef6b078d657 (cherry picked from commit 4a825ee14ab13859800ae5bf01665e0a6917bd9d)
diff --git a/cc/config/global.go b/cc/config/global.go index f06d0bd..bcc2917 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -116,7 +116,7 @@ // prebuilts/clang default settings. ClangDefaultBase = "prebuilts/clang/host" - ClangDefaultVersion = "clang-4579689" + ClangDefaultVersion = "clang-4630689" ClangDefaultShortVersion = "6.0.1" // Directories with warnings from Android.bp files.