tests,util-docker: Add clang-12 to the compiler tests

Change-Id: I07f37df42b370677f4a5f4cd948b7680d551a5ab
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/57430
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2022-03-08 13:03:17 -08:00
committed by Bobby Bruce
parent 7e65231abe
commit febbb1bf1c
3 changed files with 10 additions and 1 deletions

View File

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