From b4d8fe0301b82e8abff0336bf6d1347dff11a853 Mon Sep 17 00:00:00 2001 From: Frank Busse Date: Thu, 7 Mar 2019 13:06:27 +0000 Subject: tests: rename xxclang to clangxx --- test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lit.cfg') 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: -- cgit 1.4.1