summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-09 22:42:55 +0000
committerAlp Toker <alp@nuanti.com>2014-06-09 22:42:55 +0000
commitd3d017cf00714c7d376a3cf87d2a17002e12cac7 (patch)
treeb8403ec0231bf6ccb16b84428152b17d67193094 /llvm/test/ExecutionEngine
parent669fc86ed0a421b8931e0bde5d41ece76e29a740 (diff)
downloadbcm5719-llvm-d3d017cf00714c7d376a3cf87d2a17002e12cac7.tar.gz
bcm5719-llvm-d3d017cf00714c7d376a3cf87d2a17002e12cac7.zip
Reduce verbiage of lit.local.cfg files
We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud