From d3d017cf00714c7d376a3cf87d2a17002e12cac7 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Mon, 9 Jun 2014 22:42:55 +0000 Subject: Reduce verbiage of lit.local.cfg files We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496 --- llvm/test/ExecutionEngine/MCJIT/lit.local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/ExecutionEngine') diff --git a/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg b/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg index 5dc749da24e..f9814035773 100644 --- a/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/llvm/test/ExecutionEngine/MCJIT/lit.local.cfg @@ -1,5 +1,5 @@ root = config.root -targets = set(root.targets_to_build.split()) +targets = root.targets if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \ ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets): config.unsupported = False -- cgit v1.2.3