xref: /aosp_15_r20/external/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1import sys
2
3if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
4    config.unsupported = True
5
6# FIXME: These tests don't pass with the COFF rtld.
7if sys.platform == 'win32':
8    config.unsupported = True
9