about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2020-02-04 00:08:39 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-03-02 16:03:53 +0000
commita4f860c402443ea46f5c6484cee4f9054b37c3c6 (patch)
tree5790cdbf7ab3ee6ef9df8f4b3324ca8350263e74
parent6403bd6549c4933f1e33c9bb190d5468a953f6bd (diff)
downloadklee-a4f860c402443ea46f5c6484cee4f9054b37c3c6.tar.gz
test/lit.cfg: add LLVM 10.0
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
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)