util,tests: Add Clang version 10 and 11 to the compiler tests

Change-Id: Iad14cc57dad54a9b36f6304f882e55077f5f0156
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45683
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2021-05-18 11:07:02 -07:00
parent db9f03fbf0
commit 0fd71ca168

View File

@@ -16,6 +16,8 @@ images=("gcc-version-10"
"gcc-version-7"
"gcc-version-6"
"gcc-version-5"
"clang-version-11"
"clang-version-10"
"clang-version-9"
"clang-version-8"
"clang-version-7"
@@ -25,7 +27,7 @@ images=("gcc-version-10"
# A subset of the above list: these images will build against every target,
# ignoring builds_per_compiler.
comprehensive=("gcc-version-10"
"clang-version-9")
"clang-version-11")
# All build targets in build_opt/ which we want to build using each image.
builds=("ARM"