summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/ARM
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/ARM')
-rw-r--r--llvm/test/Object/ARM/lit.local.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Object/ARM/lit.local.cfg b/llvm/test/Object/ARM/lit.local.cfg
index 5fc35d80541..236e1d34416 100644
--- a/llvm/test/Object/ARM/lit.local.cfg
+++ b/llvm/test/Object/ARM/lit.local.cfg
@@ -1,3 +1,2 @@
-targets = set(config.root.targets_to_build.split())
-if not 'ARM' in targets:
+if not 'ARM' in config.root.targets:
config.unsupported = True
OpenPOWER on IntegriCloud