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