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