bolt/deps/llvm-18.1.8/mlir/test/mlir-cpu-runner/lit.local.cfg

12 lines
315 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
import sys
# MSAN does not work with JIT.
if "msan" in config.available_features:
config.unsupported = True
# Requires native execution.
if "host-supports-jit" not in config.available_features:
config.unsupported = True
config.available_features.add(config.root.native_target.lower() + "-native-target")