aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-04-26 14:34:07 -0700
committerStephen Hines <srhines@google.com>2016-04-26 21:47:42 -0700
commit369f01315a669f32f741659ae9a5f5c4fb7b7fad (patch)
treee22ca689611dd2ed651900338c034d7506e0be17 /cc
parent737cb6566f0483dce12324a5bc0d254bfe15a1f4 (diff)
downloadbuild_soong-369f01315a669f32f741659ae9a5f5c4fb7b7fad.tar.gz
build_soong-369f01315a669f32f741659ae9a5f5c4fb7b7fad.tar.bz2
build_soong-369f01315a669f32f741659ae9a5f5c4fb7b7fad.zip
Switch to clang-2812033.
Change-Id: Ie44a0536a50aa6b443be0c015fca1ea9fa02590c
Diffstat (limited to 'cc')
-rw-r--r--cc/cc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc.go b/cc/cc.go
index d46505f1..6297a4eb 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -172,7 +172,7 @@ func init() {
if override := config.(common.Config).Getenv("LLVM_PREBUILTS_VERSION"); override != "" {
return override, nil
}
- return "clang-2690385", nil
+ return "clang-2812033", nil
})
pctx.StaticVariable("clangPath", "${clangBase}/${HostPrebuiltTag}/${clangVersion}")
pctx.StaticVariable("clangBin", "${clangPath}/bin")