aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2018-03-02 13:38:42 -0800
committerPirama Arumuga Nainar <pirama@google.com>2018-03-06 16:45:36 +0000
commit28f56ee5d6ac2b29a99f1e0908e373106be597d2 (patch)
treec8a3a2fe323eb07914e9ab2b5c92cc9d0ae18b6a /cc
parentd2fc244b060ebd37f0ed8ee766fde151aea45fd6 (diff)
downloadbuild_soong-28f56ee5d6ac2b29a99f1e0908e373106be597d2.tar.gz
build_soong-28f56ee5d6ac2b29a99f1e0908e373106be597d2.tar.bz2
build_soong-28f56ee5d6ac2b29a99f1e0908e373106be597d2.zip
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)
Diffstat (limited to 'cc')
-rw-r--r--cc/config/global.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/config/global.go b/cc/config/global.go
index f06d0bd3..bcc2917d 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -116,7 +116,7 @@ var (
// 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.