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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mlir/test/lit.cfg.py b/mlir/test/lit.cfg.py
index f99c24d..6ff12d6 100644
--- a/mlir/test/lit.cfg.py
+++ b/mlir/test/lit.cfg.py
@@ -348,6 +348,9 @@ if config.enable_assertions:
else:
config.available_features.add("noasserts")
+if config.expensive_checks:
+ config.available_features.add("expensive_checks")
+
def have_host_jit_feature_support(feature_name):
mlir_runner_exe = lit.util.which("mlir-runner", config.mlir_tools_dir)