AArch64/ARM64: move ARM64 into AArch64's place
[oota-llvm.git] / test / CodeGen / AArch64 / lit.local.cfg
1 import re
2
3 config.suffixes = ['.ll']
4
5 targets = set(config.root.targets_to_build.split())
6 if not 'AArch64' in targets:
7     config.unsupported = True
8
9 # For now we don't test arm64-win32.
10 if re.search(r'cygwin|mingw32|win32', config.target_triple):
11     config.unsupported = True