summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-07 10:42:06 +0000
committerTim Northover <tnorthover@apple.com>2014-05-07 10:42:06 +0000
commit2d7cacd86bf6c946c222fd876ecafea6fb85bc78 (patch)
tree326f9bf7a3f1b928d51576705645123c43b04383 /llvm/test/MC
parent39d26c98c53596dc800571ee2a62328ed681bed3 (diff)
downloadbcm5719-llvm-2d7cacd86bf6c946c222fd876ecafea6fb85bc78.tar.gz
bcm5719-llvm-2d7cacd86bf6c946c222fd876ecafea6fb85bc78.zip
AArch64/ARM64: disable test directory if ARM64 not present
llvm-svn: 208186
Diffstat (limited to 'llvm/test/MC')
-rw-r--r--llvm/test/MC/Disassembler/AArch64/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Disassembler/AArch64/lit.local.cfg b/llvm/test/MC/Disassembler/AArch64/lit.local.cfg
index 9a66a00189e..c6f83453ac2 100644
--- a/llvm/test/MC/Disassembler/AArch64/lit.local.cfg
+++ b/llvm/test/MC/Disassembler/AArch64/lit.local.cfg
@@ -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
OpenPOWER on IntegriCloud