AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
[oota-llvm.git] / test / CodeGen / ARM64 / lit.local.cfg
1 import re
2
3 config.suffixes = ['.ll']
4
5 targets = set(config.root.targets_to_build.split())
6 if not 'ARM64' 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