4f22a970c3a6e93c5b790440862e09e564927d8e
[oota-llvm.git] / test / CodeGen / SystemZ / Large / lit.local.cfg
1 config.suffixes = ['.py']
2
3 # These tests take on the order of seconds to run, so skip them unless
4 # running natively.
5 if config.root.host_arch not in ['SystemZ']:
6     config.unsupported = True
7
8 if not 'SystemZ' in config.root.targets:
9     config.unsupported = True