Add the ability to use GEPs for address sinking in CGP
[oota-llvm.git] / test / CodeGen / ARM64 / lit.local.cfg
1 import re
2
3 config.suffixes = ['.ll', '.c', '.cpp']
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