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
This commit is contained in:
Alp Toker
2014-06-09 22:42:55 +00:00
parent 78b4fd3a4b
commit 8aeca44558
94 changed files with 98 additions and 186 deletions

View File

@@ -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