From a4f860c402443ea46f5c6484cee4f9054b37c3c6 Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Tue, 4 Feb 2020 00:08:39 +0100 Subject: test/lit.cfg: add LLVM 10.0 --- test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lit.cfg b/test/lit.cfg index 4feda655..fdb971f5 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -155,7 +155,7 @@ config.substitutions.append( # Add feature for the LLVM version in use, so it can be tested in REQUIRES and # XFAIL checks. We also add "not-XXX" variants, for the same reason. -known_llvm_versions = set(["3.8", "3.9", "4.0", "5.0", "6.0", "7.0", "7.1", "8.0", "9.0"]) +known_llvm_versions = set(["3.8", "3.9", "4.0", "5.0", "6.0", "7.0", "7.1", "8.0", "9.0", "10.0"]) current_llvm_version = "%s.%s" % (config.llvm_version_major, config.llvm_version_minor) -- cgit 1.4.1