[FastISel][X86] Add support for the frameaddress intrinsic.
[oota-llvm.git] / test / ExecutionEngine / lit.local.cfg
1 if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
2     config.unsupported = True
3
4 # CMake and autoconf diverge in naming or host_arch
5 if 'aarch64' in config.root.target_triple \
6     or 'arm64' in config.root.target_triple:
7         config.unsupported = True
8
9 if 'hexagon' in config.root.target_triple:
10     config.unsupported = True
11
12 # ExecutionEngine tests are not expected to pass in a cross-compilation setup.
13 if 'native' not in config.available_features:
14     config.unsupported = True