llvm/test/Object/ar-error.test: Don't check the message "No such file or directory".
[oota-llvm.git] / test / CodeGen / AArch64 / lit.local.cfg
1 targets = set(config.root.targets_to_build.split())
2 if 'AArch64' not in targets or 'ARM64' not in targets:
3     config.unsupported = True
4