Add "native" to config.available_features, to make it easier to disable non-x-compile...
[oota-llvm.git] / test / ExecutionEngine / lit.local.cfg
1 if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
2     config.unsupported = True
3
4 if 'hexagon' in config.root.target_triple:
5     config.unsupported = True
6
7 # ExecutionEngine tests are not expected to pass in a cross-compilation setup.
8 if 'native' not in config.available_features:
9     config.unsupported = True