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>
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index afb704c..58c2668 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -186,7 +186,7 @@
           vanilla_image {
             chromeos_root: %s
             build: %s
-            compiler: gcc
+            compiler: llvm
           }
           """ % (self._chromeos_root, vanilla_image)
       f.write(official_image)
@@ -197,7 +197,7 @@
           nonafdo_image {
             chromeos_root: %s
             build: %s
-            compiler: gcc
+            compiler: llvm
           }
           """ % (self._chromeos_root, nonafdo_image)
         f.write(official_nonafdo_image)