IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git] / mlir / test / mlir-cpu-runner / lit.local.cfg
blob3c20d203b800fb868b844b56b193c084d61174be
1 import sys
3 # MSAN does not work with JIT.
4 if "msan" in config.available_features:
5     config.unsupported = True
7 # Requires native execution.
8 if "host-supports-jit" not in config.available_features:
9     config.unsupported = True
11 config.available_features.add(config.root.native_target.lower() + "-native-target")