1import sys 2 3# FIXME: llvm orc does not support the COFF rtld. 4if sys.platform == 'win32': 5 config.unsupported = True 6 7if not config.enable_spirv_cpu_runner: 8 config.unsupported = True 9
1import sys 2 3# FIXME: llvm orc does not support the COFF rtld. 4if sys.platform == 'win32': 5 config.unsupported = True 6 7if not config.enable_spirv_cpu_runner: 8 config.unsupported = True 9