summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/lit.local.cfg
blob: 215ecaeeda0e60abd8e90e79fdf0dd33d71d99d4 (plain)
1
2
3
4
5
if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
    config.unsupported = True

if 'hexagon' in config.root.target_triple:
    config.unsupported = True