1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/ExecutionEngine/OrcLazy/lit.local.cfg
2016-02-10 18:46:42 +00:00

9 lines
221 B
INI

import sys
if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
config.unsupported = True
# FIXME: These tests don't pass with the COFF rtld.
if sys.platform == 'win32':
config.unsupported = True