From 8c18be1425c8a4ecfc059a7c637fc93f33edab1f Mon Sep 17 00:00:00 2001 From: Yunlian Jiang Date: Mon, 20 Mar 2017 16:52:33 -0700 Subject: 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 Tested-by: Yunlian Jiang Reviewed-by: Manoj Gupta --- buildbot_test_toolchains.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildbot_test_toolchains.py') 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) -- cgit v1.2.3