about summary refs log tree commit diff homepage
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2014-09-13 18:52:30 -0700
committerDaniel Dunbar <daniel@zuster.org>2014-09-13 18:52:30 -0700
commit3369faf382a6a18e29ef871fdd9bd9da5445af8c (patch)
treef239c1fc85a1a9656b0a0d33ed9901c8a861d4b2 /test/lit.site.cfg.in
parentc6555deaca41515a5d9c87fec6718ffacd650bf5 (diff)
downloadklee-3369faf382a6a18e29ef871fdd9bd9da5445af8c.tar.gz
[tests] Add support for testing LLVM version in REQUIRES: and XFAIL: lines.
 - You can now make tests disabled, or expected to fail, by writing something like:

     // XFAIL: llvm-3.4

   or

     // REQUIRES: not-llvm-3.4

 - This mechanism doesn't support version comparisons, it is mostly intended to
   help with switching over to new LLVM versions and incrementally working
   through the test failures.
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index 14ba94e6..8e2d79a4 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -7,6 +7,7 @@ config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
 
 # Needed to check if a hack needs to be applied
 config.llvm_version_major = "@LLVM_VERSION_MAJOR@"
+config.llvm_version_minor = "@LLVM_VERSION_MINOR@"
 
 # Compilers
 # FIXME: use llvmcc not llvmgcc