From 8aeca44558234ae3703c565854c31d38034e56cb 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210496 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/X86/lit.local.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Other') diff --git a/test/Other/X86/lit.local.cfg b/test/Other/X86/lit.local.cfg index ba763cf03f..e71f3cc4c4 100644 --- a/test/Other/X86/lit.local.cfg +++ b/test/Other/X86/lit.local.cfg @@ -1,4 +1,3 @@ -targets = set(config.root.targets_to_build.split()) -if not 'X86' in targets: +if not 'X86' in config.root.targets: config.unsupported = True -- cgit v1.2.3