summaryrefslogtreecommitdiff
path: root/test/MC/AArch64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AArch64/lit.local.cfg')
-rw-r--r--test/MC/AArch64/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/lit.local.cfg b/test/MC/AArch64/lit.local.cfg
index 75dba81bc0..8378712e9c 100644
--- a/test/MC/AArch64/lit.local.cfg
+++ b/test/MC/AArch64/lit.local.cfg
@@ -1,3 +1,3 @@
targets = set(config.root.targets_to_build.split())
-if not 'AArch64' in targets:
+if 'AArch64' not in targets or 'ARM64' not in targets:
config.unsupported = True \ No newline at end of file