AArch64/ARM64: disable test directory if ARM64 not present
authorTim Northover <tnorthover@apple.com>
Wed, 7 May 2014 10:42:06 +0000 (10:42 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 7 May 2014 10:42:06 +0000 (10:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208186 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Disassembler/AArch64/lit.local.cfg

index 9a66a00189eacfe2890dcf3443876ea2c35118ca..c6f83453ac20251500097671119c55916c5d4e45 100644 (file)
@@ -1,4 +1,4 @@
 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