From 9cace3f305561da4a635d753b5c35f268dd22b2e Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Sat, 16 Jun 2018 21:59:02 +0200 Subject: test/lit.cfg: remove obsolete hack from (LLVM < 3.0 is no longer supported) --- test/lit.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/lit.cfg b/test/lit.cfg index e570f9b2..780973d7 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -154,11 +154,6 @@ config.substitutions.append( ('%gentmp', os.path.join(klee_src_root, 'scripts/genTempFiles.sh')) ) -# LLVM < 3.0 doesn't Support %T directive -if int(config.llvm_version_major) == 2: - # This is a hack - config.substitutions.append(('%T','Output')) - # 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.4", "3.5", "3.6", "3.7", "3.8", "3.9"]) -- cgit 1.4.1