aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@google.com>2017-03-20 16:52:33 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-03-20 18:54:17 -0700
commit8c18be1425c8a4ecfc059a7c637fc93f33edab1f (patch)
tree26aabf50422f5b4c33e054ffc4a889b41cec04d9
parent6b18d24494eac4c615a9d040855155a19f0329b6 (diff)
downloadtoolchain-utils-8c18be1425c8a4ecfc059a7c637fc93f33edab1f.tar.gz
set the default compiler to llvm.
Since we finished the migration to llvm. So we need to set the default compiler string to llvm. BUG=None TEST=The default compiler is set to llvm. Change-Id: I2d58c2850af5cc4d5f3a13e7bd2a68cd41d3ffb0 Reviewed-on: https://chromium-review.googlesource.com/457263 Commit-Ready: Yunlian Jiang <yunlian@chromium.org> Tested-by: Yunlian Jiang <yunlian@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
-rwxr-xr-xbuildbot_test_toolchains.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index afb704c6..58c2668b 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -186,7 +186,7 @@ class ToolchainComparator(object):
vanilla_image {
chromeos_root: %s
build: %s
- compiler: gcc
+ compiler: llvm
}
""" % (self._chromeos_root, vanilla_image)
f.write(official_image)
@@ -197,7 +197,7 @@ class ToolchainComparator(object):
nonafdo_image {
chromeos_root: %s
build: %s
- compiler: gcc
+ compiler: llvm
}
""" % (self._chromeos_root, nonafdo_image)
f.write(official_nonafdo_image)