AArch64/ARM64: enable more AArch64 tests on ARM64.
[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