Adding tests for PIC with MCJIT
[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