9 lines
188 B
INI
9 lines
188 B
INI
|
|
import sys
|
||
|
|
|
||
|
|
# FIXME: llvm orc does not support the COFF rtld.
|
||
|
|
if sys.platform == 'win32':
|
||
|
|
config.unsupported = True
|
||
|
|
|
||
|
|
if not config.enable_spirv_cpu_runner:
|
||
|
|
config.unsupported = True
|