diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-05-07 10:42:06 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-05-07 10:42:06 +0000 |
| commit | 2d7cacd86bf6c946c222fd876ecafea6fb85bc78 (patch) | |
| tree | 326f9bf7a3f1b928d51576705645123c43b04383 /llvm/test/MC | |
| parent | 39d26c98c53596dc800571ee2a62328ed681bed3 (diff) | |
| download | bcm5719-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.cfg | 2 |
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 |

