llvm-project/mlir/test/mlir-cpu-runner/lit.local.cfg

11 lines
264 B
INI

import sys
# FIXME: llvm orc does not support the COFF rtld.
if sys.platform == 'win32':
config.unsupported = True
# Requires the native target to be configured in.
if 'llvm_has_native_target' not in config.available_features:
config.unsupported = True