aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/lit.cfg.py')
-rw-r--r--mlir/test/lit.cfg.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/test/lit.cfg.py b/mlir/test/lit.cfg.py
index 233fef8..feaf5fb 100644
--- a/mlir/test/lit.cfg.py
+++ b/mlir/test/lit.cfg.py
@@ -343,7 +343,6 @@ if config.enable_assertions:
else:
config.available_features.add("noasserts")
-
def have_host_jit_feature_support(feature_name):
mlir_runner_exe = lit.util.which("mlir-runner", config.mlir_tools_dir)