about summary refs log tree commit diff homepage
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2019-03-07 13:06:27 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-03-07 16:57:42 +0000
commitb4d8fe0301b82e8abff0336bf6d1347dff11a853 (patch)
tree42d4d935c4aa63ceb618cbfcd6aad9bcffe14201 /test/lit.cfg
parent77c1bfbb3b4d88dfcf92b77791fe170899d84b85 (diff)
downloadklee-b4d8fe0301b82e8abff0336bf6d1347dff11a853.tar.gz
tests: rename xxclang to clangxx
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 06e6ba87..e56dc31f 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -84,7 +84,7 @@ if config.test_exec_root is None:
 
 
 # Add substitutions from lit.site.cfg
-subs = [ 'clang', 'xxclang', 'cc', 'cxx', 'O0opt' ]
+subs = [ 'clangxx', 'clang', 'cc', 'cxx', 'O0opt' ]
 for name in subs:
   value = getattr(config, name, None)
   if value == None: