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
