summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce/ARM
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/ARM')
-rw-r--r--llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg b/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
index 8a3ba96497e..98c6700c209 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
+++ b/llvm/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
@@ -1,4 +1,3 @@
-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