From 2d86e88819c804078492a98eba1492174c6bd0b0 Mon Sep 17 00:00:00 2001 From: Bobby Bruce Date: Tue, 29 Jun 2021 14:46:26 -0700 Subject: [PATCH] tests: Update the documentation in compiler-tests.sh This was out-of-date and has been updated in this commit. Change-Id: I18519bb2111dae4d2f86806618115153fa8d5372 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47339 Reviewed-by: Bobby R. Bruce Reviewed-by: Daniel Carvalho Maintainer: Bobby R. Bruce Tested-by: kokoro --- tests/compiler-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index 41fdfa8385..a570e54149 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -1,8 +1,8 @@ #!/bin/bash # This script will run all our supported compilers (see the "images" set) -# against gem5. The "ubuntu-20.04_all-dependencies" and "clang-version-9" -# images are run against all built targets. The remainder are evaluated +# against gem5. The images for the latests supported gcc and clang compiler +# versions are run against all built targets. The remainder are evaluated # against a random shuffling of built targets. dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"