tests: Fix broken compiler-tests.sh

Change-Id: I4ab0f91fe42249acc973be20201a1bd54e582d16
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50829
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2021-09-22 15:30:32 -07:00
parent 2ff2a22b55
commit b35f2c777a

View File

@@ -30,7 +30,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")
comprehensive=("gcc-version-11"
"clang-version-11")
# All build targets in build_opt/ which we want to build using each image.