summaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
blob: 3a3d23f2bb33572f9e4458f1be6a5a0ccbb5037f (plain)
1
2
3
4
5
6
7
8
9
10
import sys

if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
                                 'mips', 'mipsel', 'mips64', 'mips64el',
                                 'loongarch64']:
    config.unsupported = True

# FIXME: These tests don't pass with the COFF rtld.
if sys.platform == 'win32':
    config.unsupported = True