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