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

5 lines
164 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
config.environment["ASAN_OPTIONS"] = "detect_leaks=0"
if not config.enable_bindings_python:
config.unsupported = True
config.excludes.add("python_test_ops.td")