aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2017-05-24 12:19:57 -0700
committerManoj Gupta <manojgupta@chromium.org>2017-05-24 22:56:23 +0000
commit66682c74f91da6a90274dfea967dba1a43504bcb (patch)
tree45a09d0481dd101b2877380ad9818dbe837d3a8e
parent647f97831373993c1e67e8669a70e46d4c70fd4c (diff)
downloadtoolchain-utils-66682c74f91da6a90274dfea967dba1a43504bcb.tar.gz
Start testing compiler-rt with llvm-next.
We want to test compiler-rt performance and stability. So start testing llvm-next with compiler-rt as default using CL 513590. BUG=chromium:705071 TEST=buildbot runs with CL 513590 are fine for daisy, squawks, elm and peppy. Change-Id: Ic43ef238c7fce0cb88caabab7e6a32b1940cb860 Reviewed-on: https://chromium-review.googlesource.com/514302 Commit-Queue: Manoj Gupta <manojgupta@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Trybot-Ready: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Caroline Tice <cmtice@chromium.org>
-rwxr-xr-xbuildbot_test_toolchains.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index c03c009c..06707be9 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -29,7 +29,7 @@ from cros_utils import logger
from cros_utils import buildbot_utils
# CL that uses LLVM-Next to build the images (includes chrome).
-USE_LLVM_NEXT_PATCH = '419149'
+USE_LLVM_NEXT_PATCH = '513590'
CROSTC_ROOT = '/usr/local/google/crostc'
ROLE_ACCOUNT = 'mobiletc-prebuild'