Second attempt to mark Large/PIC MCJIT test as XFAIL for PowerPC64
[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