aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/python/lit.local.cfg
blob: 12d6e1f22744a25f0e68e72fd45d70b9c14513a3 (plain)
1
2
3
4
config.environment["ASAN_OPTIONS"] = "detect_leaks=0"
if not config.enable_bindings_python:
    config.unsupported = True
config.excludes.add("python_test_ops.td")